pub type LowSerializer<W, A, E> = Strategy<Serializer<W, A, ()>, E>;Expand description
A general-purpose serializer suitable for environments where allocations cannot be made.
This is part of the low-level API.
Aliased Typeยง
pub struct LowSerializer<W, A, E> { /* private fields */ }