Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protocol-buffers

Alternative to protobuf-net - size and time efficient serializer to work with objects graph

Is it possible to use external enums (outside message definitions) with protocol buffers?

java enums protocol-buffers

Conflict Protobuf version when using Opencv and Tensorflow c++

Getting module 'google.protobuf.descriptor_pool' has no attribute 'Default' in my python script

How much memory is used by "missing optional"/"empty repeated" fields in ProtoBuf?

protocol-buffers

Is it possible to use Protobuf-Net with a class without a parameterless constructor?

Import timestamp in proto file of protobuf for GRPC

protocol-buffers grpc

How to Convert Protobuf ByteString to String in java

java protocol-buffers

Endianness of protocol buffer message

c# protocol-buffers

What are the alternatives to ZeroMQ for moving protocol buffer payloads around?

Parse in text file for Google Protocol Buffer

c++ input io protocol-buffers

How to change the buffer limit in Google's protobuf?

c++ protocol-buffers

How to model HashMap/Dictionary in the ProtoBuf efficiently

Protocol buffers and enums combinations?

Performance Metrics for Avro vs Protobuf

reserved keyword is used in protobuf in Python

python protocol-buffers

Convert json to dynamically generated protobuf in Java

Accessing field of Protobuf message of unknown type in Python

Organization of protobuf files in a microservice architecture