jsonforms-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
jsonforms-kotlin
shared
/
com.paligot.jsonforms.kotlin.models.serializers
/
ImmutableMapSerializer
/
ImmutableMapSerializer
Immutable
Map
Serializer
constructor
(
keySerializer
:
KSerializer
<
K
>
,
valueSerializer
:
KSerializer
<
V
>
)