Module exonum::encoding::serialize::reexport [] [src]

Reexport of serde specific traits, this reexports provide compatibility layer with important serde version.

Traits

DeError

The Error trait allows Deserialize implementations to create descriptive error messages belonging to the Deserializer against which they are currently running.

Deserialize

A data structure that can be deserialized from any data format supported by Serde.

Deserializer

A data format that can deserialize any data structure supported by Serde.

SerError

Trait used by Serialize implementations to generically construct errors belonging to the Serializer against which they are currently running.

Serialize

A data structure that can be serialized into any data format supported by Serde.

SerializeStruct

Returned from Serializer::serialize_struct.

Serializer

A data format that can serialize any data structure supported by Serde.