parseReader

fun parseReader(reader: Reader): TomlElement

Parses a resource reader into a TomlElement for use in Codecs or other things.

Return

TomlElement parsed from the input reader

Author

fzzyhmstrs

Since

0.6.0

Parameters

reader

Reader input reader containing a toml file

Throws

SerializationException

if parsing fails