[][src]Module polyglot::ser

Serialization-related functionality.

Functions

to_string

Serialize a struct in the given format, outputting a string.

to_vec

Serialize a struct in the given format, outputting a vector of bytes.

to_writer