Package kotlinx.serialization.hocon
HOCON serialization format implementation for converting Kotlin classes from and to Lightbend config.
Types
Link copied to clipboard
Allows deserialization of Config object from popular Lightbend/config library into Kotlin objects.
Link copied to clipboard
Builder of the Hocon instance provided by Hocon
factory function.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Hocon(from: Hocon = Hocon, builderAction: HoconBuilder.() -> Unit): Hocon
Content copied to clipboard
Creates an instance of Hocon configured from the optionally given Hocon instance and adjusted with builderAction.