public interface TransformableType<T extends TransformContext>
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
read(java.nio.ByteBuffer buffer,
T ctx) |
int |
sizeOf(java.lang.Object o,
T ctx) |
void |
write(java.nio.ByteBuffer buffer,
java.lang.Object o,
T ctx) |