← Back to Kairo Docs
|
API Reference (Dokka)
Kairo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kairo
kairo-hocon
/
kairo.hocon
Package-level
declarations
Functions
Functions
deserialize
Link copied to clipboard
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