Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-core-serialization
/
arrow.core.serialization
/
EitherSerializer
/
EitherSerializer
Either
Serializer
constructor
(
errorSerializer
:
KSerializer
<
A
>
,
elementSerializer
:
KSerializer
<
B
>
)