oskit-kmp
Toggle table of contents
5.0.0
nonJs
Platform filter
nonJs
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.storage
/
KmpKvStoreNode
/
putSerializable
put
Serializable
nonJs
open
suspend override
fun
<
T
>
putSerializable
(
key
:
String
,
value
:
T
,
serializer
:
SerializationStrategy
<
T
>
)
:
Outcome
<
Unit
,
Exception
>