Expand description
Standard serialization encoding for the project
Functions§
- decode
- Decodes an object from a series of bytes
- decode_
with_ size - Decodes an object from a series of bytes that has had a size tacked on the front as a u64
- decode_
with_ ⚠size_ ptr - Decodes an object from a series of bytes given as a pointer that has had a size tacked on the front as a u64
- encode
- Encodes an object as a series of bytes
- encode_
with_ size - Encodes an object as a series of bytes, tacking on the size of the data as a u64 at the front