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.