public static interface TypeSupports.TypeSupport<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(java.nio.ByteBuffer buffer,
T object,
int count) |
int |
getDataType() |
default int |
getForcedElementCount() |
T |
newInstance() |
default void |
serialize(java.nio.ByteBuffer buffer,
T object,
int count) |
default int |
serializeSize(T object,
int count) |