Top "Protocol-buffers" questions

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

Using Spring Boot together with gRPC and Protobuf

Anyone having any examples or thoughts using gRPC together with Spring Boot?

spring spring-boot protocol-buffers grpc
Inheritance in protocol buffers

How to handle inheritance in Google Protocol Buffers 3.0? Java equivalent code: public class Bar { String name; } public class Foo extends …

java protocol-buffers protocol-buffers-3
Protobuf-net serialization/deserialization

I checked but seem to be unable to see how to directly serialize a class to a byte array and …

c# serialization bytearray protocol-buffers protobuf-net
What is the correct Protobuf content type?

JSON has application/json as a standard. For protobuf some people use application/x-protobuf, but I saw something as odd …

mime-types protocol-buffers content-type
How to decode google gclids

Now, I realise the initial response to this is likely to be "you can't" or "use analytics", but I'll continue …

google-analytics statistics analytics protocol-buffers google-ads-api
Integrate Protocol Buffers into Maven2 build

I'm experimenting with Protocol Buffers in an existing, fairly vanilla Maven 2 project. Currently, I invoke a shell script every time …

maven-2 protocol-buffers
Copy a std::vector to a repeated field from protobuf with memcpy

At first I have this simple protobuf file message messagetest { ... repeated float samples = 6; .... } Which creates a headerfile with this methods //…

c++ protocol-buffers memcpy
Dictionary in protocol buffers

Is there any way to serialize a dictionary using protocol buffers, or I'll have to use Thrift if I need …

serialization protocol-buffers thrift
How to solve the issue with Dalvik compiler limitation on 64K methods?

My team and I have inherited a large Android project from another team. The whole application with all the included …

android protocol-buffers dalvik dex
AttributeError: Assignment not allowed to composite field "task" in protocol message object

I'm using protocol-buffers python lib to send data,but it's have some problems, so Traceback (most recent call last): File "…

python protocol-buffers