Module Serializer

Module Serializer 

Source
Expand description

A structure for serializing Rust values into JSON.

Functionsยง

new
Creates a new JSON serializer.
pretty
Creates a new JSON pretty print serializer.
with_formatter
Creates a new JSON visitor whose output will be written to the writer specified.