Expand description

Serializer and deserializer for binary data.

Sequences and maps that encode a length prefix use a u32 for portability across platforms which limits the number of items in sequences and maps to 2^32.

Structs

Deserializer for binary data.

Serializer for binary data.

Enums

Errors thrown by the serde integration.

Traits

Trait for decoding from binary.

Trait for encoding to serializer.

Functions

Decode into a binary buffer.

Encode into a binary buffer.

Deserialize from an owned buffer.

Serialize to an owned buffer.

Type Definitions

Result type for serialization and deserialization.