public static interface CodecRegistry.PrimitiveFieldCodec
| Modifier and Type | Method and Description |
|---|---|
void |
decodePrimitive(InputContext ctx,
Object v,
Field field) |
void |
encodePrimitive(OutputContext ctx,
Object v,
Field field) |
void encodePrimitive(OutputContext ctx, Object v, Field field) throws IllegalAccessException, IOException
IllegalAccessExceptionIOExceptionvoid decodePrimitive(InputContext ctx, Object v, Field field) throws IllegalAccessException, IOException
IllegalAccessExceptionIOException