[][src]Module rudano::ser

Utilities for serializing data structures into Rudano.

Structs

Serializer

Rudano's serializer. Its recommended that you use to_string_compact or to_string_pretty instead.

Functions

to_string_compact

Serializes the given value as a String of compact Rudano.

to_string_pretty

Serializes the given value as a String of pretty-printed Rudano.