Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protocol-buffers

connect input and output tensors of two different graphs tensorflow

Turning on whole program optimization in some static library increases dramatically the library size !

How do you convert an OpenAPI Spec (Swagger 2.0) to proto3?

convert c++ header file to protobuf .proto file

c++ protocol-buffers

How to generate swagger3 (OpenAPI3) spec in (.json/.yaml) from protobuf (.proto) files?

Protocol Buffer Error version

c++ protocol-buffers protoc

Is there a way compile protocol buffers into pure python code?

python 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?