SerializerByteBase64

Type Alias SerializerByteBase64 

Source
pub type SerializerByteBase64<W> = Serializer<W, Base64ByteEncoder>;
Expand description

JSON serializer serializing bytes to a Base-64 string

Aliased Typeยง

pub struct SerializerByteBase64<W> { /* private fields */ }