Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
kotlinx-serialization
1.7.3
common
switch theme
search in API
kotlinx-serialization-core
/
kotlinx.serialization.builtins
/
nullable
nullable
val
<
T
:
Any
>
KSerializer
<
T
>
.
nullable
:
KSerializer
<
T
?
>
(
source
)
Returns a nullable serializer for the given serializer of non-null type.