Module serde_any::ser[][src]

Serialize a Rust structure to any data format

Functions

to_file

Serialize to a file

to_string

Serialize to a String

to_vec

Serialize to a byte vector

to_writer

Serialize to a writer