JchuComponents
Toggle table of contents
3.0.0-alpha07
common
Target filter
common
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-foundation
/
com.jeluchu.jchucomponents.foundation.serialization
Package-level
declarations
Functions
Properties
Properties
default
Json
Link copied to clipboard
val
defaultJson
:
Json
Functions
convert
Link copied to clipboard
inline
fun
<
T
,
R
>
T
.
convert
(
json
:
Json
=
defaultJson
)
:
R
decode
List
Or
Null
Link copied to clipboard
inline
fun
<
T
>
Json
.
decodeListOrNull
(
value
:
String
?
)
:
List
<
T
>
?
decode
Or
Null
Link copied to clipboard
inline
fun
<
T
>
Json
.
decodeOrNull
(
value
:
String
?
)
:
T
?
to
Json
Object
Link copied to clipboard
inline
fun
<
T
>
T
.
toJsonObject
(
json
:
Json
=
defaultJson
)
:
JsonObject
to
Object
Link copied to clipboard
inline
fun
<
T
>
String
.
toObject
(
json
:
Json
=
defaultJson
)
:
T
inline
fun
<
T
>
JsonObject
.
toObject
(
json
:
Json
=
defaultJson
)
:
T