Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.startup.mmkv-kmp
/
love.yinlin.startup
/
setJson
set
Json
inline
fun
<
T
>
StartupKV
.
setJson
(
key
:
String
,
value
:
T
,
expire
:
Int
=
KVExpire.NEVER
)
fun
<
T
>
StartupKV
.
setJson
(
serializer
:
SerializationStrategy
<
T
>
,
key
:
String
,
value
:
T
,
expire
:
Int
=
KVExpire.NEVER
)