Module serde_api

Module serde_api 

Source
Expand description

Serde-compatible API for TOON encoding and decoding

Functionsยง

from_reader
Deserialize a TOON-formatted reader to a value
from_reader_with_options
Deserialize a TOON-formatted reader to a value with options
from_str
Deserialize a TOON-formatted string to a value
from_str_with_options
Deserialize a TOON-formatted string to a value with options
to_string
Serialize a value to a TOON-formatted string
to_string_with_options
Serialize a value to a TOON-formatted string with options
to_writer
Serialize a value to a writer in TOON format
to_writer_with_options
Serialize a value to a writer in TOON format with options