Structs§
- Pretty
Config - 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
intowriter
. - to_
writer_ pretty - Serializes
value
intowriter
in a pretty way.