Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protocol-buffers

Protobuf JsonFormater.printer convert long to String in Json

java json protocol-buffers

Using protobuf objects as key in the std::map

Protobuf NUL-framing

protocol-buffers

Is there any stable serialization method for different languages?

Golang: How to Convert time.Time to a Protobuf Timestamp?

Whats the best way to deprecate a field in Protocol Buffer v3, reserved vs deprecated=true?

protocol-buffers

how to store protocol buffer's "oneof" field with json

json go protocol-buffers

How to add proto file in a non-grpc service project in VS 2019

Can I control the visibility of the generated class with Protobuf-net?

protoc-gen-go: unable to determine Go import path for "simple.proto"

go protocol-buffers protoc

Protobuff.net can't serialise Interface

Extensions in proto3

protocol-buffers

Why I am getting `Proto class is is already defined in file`?

Protocol Buffer - assign nested message

Why does gRPC uses Length Prefixed Messages?