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

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

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

The error type for decoding a hex string into Vec<u8> or [u8; N].

Traits

FromHex

Types that can be decoded from a hex string.

ToHex

Encoding values as hex string.

Functions

decode_hex

Decodes a hex string into raw bytes.

encode_hex

Encodes data as hex string using lowercase characters.