toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-serialization
/
pro.felixo.protobuf.serialization.encoding
/
ListDecoder
/
ListDecoder
List
Decoder
constructor
(
serializersModule
:
SerializersModule
,
elementType
:
FieldEncoding
,
input
:
List
<
WireValue
>
,
elementDecoder
:
(
List
<
WireValue
>
)
->
Decoder
)