← Back to Kairo Docs|API Reference (Dokka)

deserialize

inline fun <T> KairoJson.deserialize(hocon: Config): T

Deserializes an HOCON Config object to the specified type. Renders the config as JSON internally.


fun <T> KairoJson.deserialize(hocon: Config, type: KairoType<T>): T