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.

Functions

Deserialize from an owned buffer.

Serialize to an owned buffer.

Type Definitions

Result type for serialization and deserialization.