Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protocol-buffers

Protobuf and Python: How to add messages to "repeatable Any" field?

Why fromJson() function of Protobuf not working in Dart

Decoding Image from Protobuf using Python

Parsing Protocol-Buffers without .proto file

How to import proto file in another proto file in NestJS

Can Google Protocol Buffers be serialized/parsed between different languages?

Represent an array of objects as a protobuf message

json protocol-buffers

Considerations for binary seralizations (Protobuf, CBOR, MessagePack, etc.) for a long term archive data format

Handling enum value 0 in protobuf c++

Why use a schema registry

Several shared object using same proto leading the the error: file already exists in database

c++ dlopen protocol-buffers

Decoding binary data using 'protoc --decode' fails with error "Type not defined"

ios esp32 protocol-buffers

Store a single byte in a protobuf message

How to collect all boolean false/true values present in grpc protobuf request in java?

writeDelimitedTo/parseDelimitedFrom seem to be losing data

java protocol-buffers

Java copy one protobuff object to other protobuff object

java protocol-buffers

How can I use a gRPC "oneof" proto structure in python?

is there a way to compile python protobuf using gradle on windows?

How to use Value in the python implementation of protobuf