Expand description
This module provides a Serializer which supports serializing values into various output
encodings.
Structsยง
- Serialize
Options - Options for the
Serializer. The options are context specific and may only be honored when serializing into a certainEncoding. - Serializer
- A
Serializercan serialize aValueinto an encoded byte stream. - Serializer
Builder - A
SerializerBuildercan be used to build aSerializerwith certainSerializeOptions.