public static interface Type.Codec.Encoder
Modifier and Type | Method and Description |
---|---|
void |
encode(Type type,
Object buffer,
Object value,
Context context) |
Class<?> |
getInputType() |
PrimitiveType |
getOutputPrimitiveType() |
Class<?> getInputType()
PrimitiveType getOutputPrimitiveType()
void encode(Type type, Object buffer, Object value, Context context) throws IOException
IOException
Copyright © 2013–2017 impossibl.com. All rights reserved.