public interface Serializable
Modifier and Type | Method and Description |
---|---|
void |
deserialize(ByteBuffer buffer,
DeserializableControl control)
Deserialize buffer.
|
void |
serialize(ByteBuffer buffer,
SerializableControl flusher)
Serialize field into given buffer.
|
void serialize(ByteBuffer buffer, SerializableControl flusher)
buffer
- serialization buffer.flusher
- flush interface.void deserialize(ByteBuffer buffer, DeserializableControl control)
buffer
- serialization buffer.control
- deserialization control.Copyright © 2014. All Rights Reserved.