Top "Protocol-buffers" questions

Protocol Buffers is a language-neutral and platform-neutral way of encoding structured data in an efficient yet extensible format.

Google Protocol Buffers - serialize to byte array

I'm following the tutorial for using Google Protocol Buffers for C#. I don't see an example for converting an object …

c# serialization memorystream protocol-buffers
What is the point of google.protobuf.StringValue?

I've recently encountered all sorts of wrappers in Google's protobuf package. I'm struggling to imagine the use case. Can anyone …

protocol-buffers
How to use predifined protobuf type (i.e. "google/protobuf/timestamp.proto") with gRPC

I'm trying to use google/protobuf/timestamp.proto in with gRPC plugin and Go. This is how I run protoc: …

go protocol-buffers grpc
protoc not generating service stub files

I have just started playing with google proto. When I try to compile proto file present in proto-java example, it …

protocol-buffers grpc protoc
Import timestamp in proto file of protobuf for GRPC

I am trying to use gRPC and using the exchange message format as protobuf. I wanted to add timestamp field …

protocol-buffers grpc
protocol buffer lite versus regular protocol buffer

I've been investigating c++ serialization frameworks will small footprint and good performance. I've found this thread c++ network serialization which …

c++ serialization protocol-buffers
protoc-gen-go: program not found or is not executable

I am trying to build a sample app with go grpc but I am unable to generate the code using "…

go protocol-buffers grpc proto protoc
How to form protobuf resource part of http request body and test it through dhc client or postman for restful services

I have created a .proto message and I'm exposing a rest service which looks like this @Path("/test") public interface …

java rest postman protocol-buffers dhclient
protobuf-net enum serialization

What needs to be done in order to serialize enums with protobuf-net? I'm getting the below error when serializing a …

enums protocol-buffers protobuf-net
protoc-gen-go-grpc: program not found or is not executable

go version: go version go1.14 linux/amd64 go.mod module [redacted] go 1.14 require ( github.com/golang/protobuf v1.4.0-rc.2 google.…

go protocol-buffers grpc protoc