Package cc. ekblad. toml. serialization
Functions
Link copied to clipboard
Parse the given TOML-formatted input stream into a TOML map.
Parse the given TOML-formatted file into a TOML map.
Parse the given TOML-formatted string into a TOML map.
Link copied to clipboard
Serializes the receiver TomlDocument into a valid TOML document and writes it to the given OutputStream.
Serializes the receiver TomlDocument into a valid TOML document and writes it to the given Appendable.
Serializes the receiver TomlDocument into a valid TOML document and writes it to the file represented by the given Path.