@FunctionalInterface public static interface MetaSerdeHelper.IntFieldWriter<T> extends MetaSerdeHelper.FieldWriter<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getField(T x) |
default int |
size(T x) |
default void |
writeTo(ByteBuffer buffer,
T x) |
int getField(T x) throws IOException
IOExceptiondefault void writeTo(ByteBuffer buffer, T x) throws IOException
writeTo in interface MetaSerdeHelper.FieldWriter<T>IOExceptiondefault int size(T x)
size in interface MetaSerdeHelper.FieldWriter<T>Copyright © 2011–2018. All rights reserved.