Structs§
- Byte
Serializer Heap - A byte buffer allocated on heap backed by
Vec<u8>, can be reused and recycled by calling Self::clear(). Example: Create a Buffer and serialize data into it.
Traits§
- Byte
Serialize Heap - Trait type accepted by ByteSerializerHeap for serialization. Example: Define structure and manually implement ByteSerializeHeap trait then use it to serialize.
Functions§
- to_
bytes_ heap - Analogous to to_serializer_heap but returns an instance of
Vec<u8> - to_
serializer_ heap - Analogous to to_bytes_heap but returns an instance of ByteSerializerHeap