Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protocol-buffers

Persisting Protobuf messages to Database

How to convert LocalDateTime to com.google.protobuf.Timestamp?

gRPC not generating interface for a service, only a service class

java grpc protocol-buffers

What the best ways to use decimals and datetimes with protocol buffers?

Serializing image stream using protobuf

python c++ protocol-buffers

Can't use protobuf in cmakelists.txt

c++ cmake 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?