toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-serialization
/
pro.felixo.protobuf.serialization
/
Field
/
Field
Field
constructor
(
name
:
Identifier
,
encoding
:
FieldEncoding
,
number
:
FieldNumber
,
rule
:
FieldRule
=
FieldRule.Singular
,
encoder
:
(
WireBuffer
)
->
Encoder
,
decoder
:
(
List
<
WireValue
>
)
->
Decoder
)