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() |
int |
length(Type type,
Object value,
Context context) |
Class<?> getInputType()
PrimitiveType getOutputPrimitiveType()
void encode(Type type, Object buffer, Object value, Context context) throws IOException
IOException
int length(Type type, Object value, Context context) throws IOException
IOException
Copyright © 2013-2015 impossibl.com. All Rights Reserved.