Skip to main content

Module serde

Module serde 

Source
Expand description

Serialization utilities for OpenData.

Modules§

encoding
Shared encoding utilities for key-value serialization.
key_prefix
Common record key prefix encoding for OpenData storage systems.
record_tag
seq_block
Sequence block value type for block-based ID allocation.
sortable
Sortable numeric encoding for lexicographic key ordering.
terminated_bytes
Terminated bytes serialization for lexicographically ordered keys.
varint
Variable-length integer serialization for lexicographically ordered keys.

Structs§

DeserializeError
Error type for deserialization failures.