Module serde_any::ser[][src]

Serialize a Rust structure to any data format

Functions

to_file

Serialize to a file

to_file_pretty

Serialize to a file with pretty printing

to_string

Serialize to a String

to_string_pretty

Serialize to a pretty-printed String

to_vec

Serialize to a byte vector

to_vec_pretty

Serialize to a pretty-printed byte vector

to_writer

Serialize to a writer

to_writer_pretty

Serialize to a writer with pretty printing