Module serialization

Source
Expand description

Common serialization traits and functions.

Traits§

Serializable
Represents types which are serializable for JSON and MsgPack specifications.

Functions§

from_bool_as_u8
Deserialize the boolean value as a u8.