Type Alias ser_write_json::ser::SerializerBytePass

source ·
pub type SerializerBytePass<W> = Serializer<W, PassThroughByteEncoder>;
Expand description

JSON serializer passing bytes through

Aliased Type§

struct SerializerBytePass<W> { /* private fields */ }