public interface BitSetSerializable
Modifier and Type | Method and Description |
---|---|
void |
deserialize(ByteBuffer buffer,
DeserializableControl control,
BitSet bitSet)
Deserialize buffer.
|
void |
serialize(ByteBuffer buffer,
SerializableControl flusher,
BitSet bitSet)
Serialize field into given buffer.
|
void serialize(ByteBuffer buffer, SerializableControl flusher, BitSet bitSet)
buffer
- serialization bufferflusher
- flush interface.bitSet
- The BitSet which shows the fields to serialize.void deserialize(ByteBuffer buffer, DeserializableControl control, BitSet bitSet)
buffer
- serialization buffer.control
- deserialization control instance.bitSet
- The BitSet which shows the fields to deserialize.Copyright © 2014. All Rights Reserved.