Struct deser::ser::SerializerState
source · [−]pub struct SerializerState<'a> { /* private fields */ }Expand description
The current state of the serializer.
During serializer the SerializerState acts as a communciation device between
the serializable types as the serializer.
Implementations
Returns a mutable extension value.
Returns the topmost descriptor.
This descriptor always points to a container as the descriptor of a value itself will always be passed to the callback explicitly.