Skip to main content

Module legacy

Module legacy 

Source
Expand description

Pre-#748 (“Rework serialization”) serde encodings for InPlaceCodec-backed leaf types and the authenticated share/key/DaBit types built on them.

Traits§

LegacyBytes
A type whose pre-#748 wire encoding can be recovered (and reproduced).

Functions§

deserialize
#[serde(with = "…utils::codec::legacy")] entry point (also usable standalone as #[serde(deserialize_with = "…utils::codec::legacy::deserialize")] on read-only mirror types).
serialize
#[serde(with = "…utils::codec::legacy")] entry point.