Module serialize

Module serialize 

Source
Expand description

MiniCBOR-powered serialization helpers ensuring deterministic codecs across canisters. Provides a thin wrapper with shared error handling for CBOR round-trips in stable structures.

Enums§

SerializeError
SerializeError

Functions§

deserialize
Deserialize CBOR bytes into a value using MiniCBOR.
serialize
Serialize a value into CBOR bytes using MiniCBOR.