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

Serialize structure into specific format. Currently support only json. This module is a pack of superstructures over serde Serializer's\Deserializer's

Modules

json

implement serializing wrappers and methods for json

reexport

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

Enums

FromHexError

Traits

FromHex
HexValue

HexValue is a converting trait, for values that could be converted from hex String, and writed as hex String

ToHex