JchuComponents
Toggle table of contents
3.0.0-alpha07
release
Target filter
release
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-ktx
/
com.jeluchu.jchucomponents.ktx.serialization
/
toObject
to
Object
inline
fun
<
T
>
String
.
toObject
(
)
:
T
Converts a JSON string to a serializable object.
inline
fun
<
T
>
JsonObject
.
toObject
(
)
:
T
Converts a JSON object to a serializable object.