pub type SerializerBytePass<W> = Serializer<W, PassThroughByteEncoder>;Expand description
JSON serializer passing bytes through
Aliased Typeยง
struct SerializerBytePass<W> { /* private fields */ }pub type SerializerBytePass<W> = Serializer<W, PassThroughByteEncoder>;JSON serializer passing bytes through
struct SerializerBytePass<W> { /* private fields */ }