Expand description
Contains the trait serialization::SerializableElementRing for rings whose elements can be serialized
by using serde.
Modules§
- Availability
Structs§
- Wrapper of a ring that implements [
serde::DeserializationSeed] by trying to deserialize an element w.r.t. the wrapped ring. - Wraps a ring and a reference to one of its elements. Implements
serde::Serializeand will serialize the element w.r.t. the ring.
Traits§
- Trait for rings whose elements can be serialized.
Functions§
- Helper function to deserialize a sequence.
- Helper function to serialize a sequence.