Module grafix_toolbox::uses::SERDE[][src]

Functions

FromStr

Deserialize an instance of type T from a string of JSON text.

FromVec

Deserializes a slice of bytes into an instance of T using the default configuration.

ToStr

Serialize the given data structure as a String of JSON.

ToVec

Serializes a serializable object into a Vec of bytes using the default configuration.