Pular para o conteúdo
Português (BR)

ProtobufWriter

Este conteúdo não está disponível em sua língua ainda.

Defined in: src/serialization/ProtobufSerializerOptions.ts:6

What encode() hands back — the writer whose finish() yields the bytes.

finish(): Uint8Array

Defined in: src/serialization/ProtobufSerializerOptions.ts:8

Flush the accumulated fields and return the encoded bytes.

Uint8Array