Expand description
Provides all deserialisation related methods and their respective formats.
Functions§
- deserialize
- Attempts to deserialise
subject
usingformat
intoT
. - 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>
.