Module ser

Source

Structs§

PrettyConfig
Pretty serializer configuration.
Serializer
The RON serializer.

Functions§

to_string
Serializes value and returns it as string.
to_string_pretty
Serializes value in the recommended RON layout in a pretty way.
to_writer
Serializes value into writer.
to_writer_pretty
Serializes value into writer in a pretty way.