Interface | Description |
---|---|
DataPacker<D,W> |
The data packer interface.
|
MessageDeSerializer |
Message un-packing interface.
|
MessageSerializer | |
ObjectBuilder<D,W> |
Class | Description |
---|---|
DataBuffer |
Keep track of a byte buffer with capacity and size
|
MessageSchema |
Define a message schema for a type
|
PackerStore |
When generating sending buffers, we need to first append the length of the
message as a header.
|