Module serialization

Source

Structs§

VersionByte
Constant version number C as a type.
VersionMismatchError
version byte was {found}, not {EXPECTED:?}

Functions§

deserialize
Deserializes a type using the standard zkgroup encoding (based on bincode).
serialize
Serializes a type using the standard zkgroup encoding (based on bincode).

Type Aliases§

ReservedByte
Value that always serializes to and from 0u8.