Module ser

Module ser 

Source
Expand description

This module provides a Serializer which supports serializing values into various output encodings.

Structsยง

SerializeOptions
Options for the Serializer. The options are context specific and may only be honored when serializing into a certain Encoding.
Serializer
A Serializer can serialize a Value into an encoded byte stream.
SerializerBuilder
A SerializerBuilder can be used to build a Serializer with certain SerializeOptions.