Trait miniserde::ser::Serialize[][src]

pub trait Serialize {
    fn begin(&self) -> Fragment<'_>;
}
Expand description

Trait for data structures that can be serialized to a JSON string.

[Refer to the module documentation for examples.][::ser]

Required methods

Implementations on Foreign Types

Implementors