toggle menu
micro_utils.dokka
0.20.27
common
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.serialization.mapper
/
MapperDeserializationStrategy
/
MapperDeserializationStrategy
Mapper
Deserialization
Strategy
constructor
(
base
:
DeserializationStrategy
<
I
>
,
deserialize
:
(
I
)
->
O
)
(
source
)
constructor
(
base
:
DeserializationStrategy
<
I
>
,
deserialize
:
(
Decoder
,
I
)
->
O
)
(
source
)
Parameters
base
Serializer for
I
deserialize
Will be used in
deserialize
method to convert deserialized by
base
to
O