Module daybreak::deser

source ·
Expand description

Different serialization and deserialization methods one can use

Structs

The struct that allows you to use bincode
The Struct that allows you to use ron the Rusty Object Notation.
The struct that allows you to use yaml.

Traits

A trait to bundle serializer and deserializer in a simple struct