@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)
default void writeTo(ByteBuffer buffer, T x)
writeTo in interface MetaSerdeHelper.FieldWriter<T>default int size(T x)
size in interface MetaSerdeHelper.FieldWriter<T>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.