propigator
Toggle table of contents
0.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
propigator
json
/
at.asitplus.propigator.json
/
nullableJsonProperty
nullable
Json
Property
inline
fun
<
T
>
nullableJsonProperty
(
key
:
String
?
=
null
,
nullWriteMode
:
NullWriteMode
=
NullWriteMode.STORE_NULL
)
:
ReadWriteProperty
<
JsonObjectBacked
,
T
?
>
(
source
)