public static interface CodecRegistry.PrimitivePropertyCodec
| Modifier and Type | Method and Description |
|---|---|
void |
decodePrimitive(InputContext ctx,
java.lang.Object holder,
Property property) |
void |
encodePrimitive(OutputContext ctx,
java.lang.Object holder,
Property property) |
void encodePrimitive(OutputContext ctx, java.lang.Object holder, Property property) throws java.lang.IllegalAccessException, java.io.IOException, java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessExceptionjava.io.IOExceptionjava.lang.reflect.InvocationTargetExceptionvoid decodePrimitive(InputContext ctx, java.lang.Object holder, Property property) throws java.lang.IllegalAccessException, java.io.IOException, java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessExceptionjava.io.IOExceptionjava.lang.reflect.InvocationTargetException