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

implement serializing wrappers and methods for json

Modules

reexport

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

Traits

ExonumJson

ExonumJson is trait for object that can be serialized and deserialize "in-place".

ExonumJsonDeserialize

ExonumJsonDeserialize is trait for objects that could be constructed from exonum json.