Module deserialize

Source
Expand description

Provides all deserialisation related methods and their respective formats.

Functions§

deserialize
Attempts to deserialise subject using format into T.
deserialize_json
Attempts to deserialize subject using JSON.
deserialize_messagepack
Attempts to deserialize subject using MessagePack.
deserialize_toml
Attempts to deserialize subject using TOML.

Type Aliases§

Result 🔒
Shorthand for Result<T, SerializationError>.