Crate serde_binary
source · [−]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
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.