Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun <T> TomlDecoder.decode(value: TomlValue, target: KType): T

Decode the given value into the given target type. Behavior is undefined if T is not equal to or a superclass of target.

Link copied to clipboard

Encode the given value using the receiver encoder.