Module epserde::deser

source ·
Expand description

Deserialization traits and types

Deserialize is the main deserialization trait, providing methods Deserialize::deserialize_eps and Deserialize::deserialize_full which implement ε-copy and full-copy deserialization, respectively. The implementation of this trait is based on DeserializeInner, which is automatically derived with #[derive(Deserialize)].

Re-exports§

Modules§

Enums§

  • Errors that can happen during deserialization.

Traits§

Functions§

  • Common header check code for both ε-copy and full-copy deserialization.

Type Aliases§