Module serialization

Module serialization 

Source
Expand description

Common serialization traits and functions.

Re-exports§

pub use self::msgpack::FromMsgPack;
pub use self::msgpack::MsgPackSerializable;
pub use self::msgpack::ToMsgPack;

Modules§

msgpack
Provides MsgPack serialization support for types implementing Serializable.

Traits§

Serializable
Represents types which are serializable for JSON specifications.

Functions§

from_bool_as_u8
Deserialize the boolean value as a u8.