Struct serde_json::value::Serializer
[−]
[src]
pub struct Serializer { // some fields omitted }
Create a serde::Serializer
that serializes a Serialize
e into a Value
.
Methods
impl Serializer
fn new() -> Serializer
Construct a new Serializer
.
fn unwrap(self) -> Value
Unwrap the Serializer
and return the Value
.