Trait AbstractSerializer
pub trait AbstractSerializer: Debug + Sealed { }
Expand description
A simple serializer trait that works on whole objects.
This trait is not meant to be implemented by clients.
pub trait AbstractSerializer: Debug + Sealed { }
A simple serializer trait that works on whole objects.
This trait is not meant to be implemented by clients.