TomlSerializer

Functions

Link copied to clipboard
fun write(tomlDocument: TomlDocument, outputStream: OutputStream)
fun write(tomlDocument: TomlDocument, output: Appendable)
fun write(tomlDocument: TomlDocument, path: Path)

Serializes the given TomlDocument into a valid TOML document using the receiver TomlSerializer and writes it to the given Appendable.