Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protocol-buffers

What's wrong with this protobuffer decode?

Are there good reasons to use .proto files on a single-platform system?

How can a nested Protobuf Struct be parsed to a Python dict?

python protocol-buffers

Clang Static Analyzer complains about memory leak when using protobuf's set_allocated_*

How to deserialize a protobuf bytearray to java object

Linking protobuf library using GNU makefile on Linux

Extending protocol buffers

c++ protocol-buffers

In protobuf, is copyFrom preferred to assignment?

c++ protocol-buffers

Protocol Buffers and Hadoop

Manually test grpc interfaces

Linting (syntax highlights) of proto3 in vscode

c++ - protobuf vs rapidjson data format

Google Protobufs in Java: How do you get a Message.Builder from a FieldDescriptor?

Custom BSON marshal and unmarshal using mongo-driver

Serialization problem in grpc gateway(go)

Google Protocol Buffer serialized string can contain embedded NULL characters in it?

Unbuffered bidirectional data streaming with gRPC: how to get the size of the client-side buffer?

go protocol-buffers grpc