Module crossmist::serde

source ·
Expand description

Serialization and deserialization.

This is not the well-known serde crate. We use custom serialization methods because we need to serialize not only data structures, but objects with real-world side-effects, e.g. files.

Structs§

Traits§

  • A serializable object with complicated serialization/deserialization.