-
Update to probuf3
-
Do you have any plans to support protocol buffers version 3? In some ways it may be easier to implement support for it, as the design was changed since v2 to be more similar to object and structure pa…
-
最新版已经支持optional语法了,能不能考虑加上这个功能啊
yeads updated
2 years ago
-
Hello
I'm trying to map POJO to [protobuf 3](https://developers.google.com/protocol-buffers/docs/javatutorial) generated classes. As you may know, protobuf uses Builder pattern to instantiate structur…
-
We are currently migrating from 0.3.3 and 0.5.0 and see optional label behavior is changed.
scenario: decode binary data and serialize it using json
version 0.3.3:
`{"eventId":"175d252a-fd72-4e…
iruno updated
11 months ago
-
你好,fdbus如果使用protobuf3,当一端发送内容全为0的数据的时候,protobuf会认为这些值都是默认值从而序列化出来的数据为空,fdbus会将这个发出去,而在接收端调用msg->deserialize()函数的时候,因为
bool CFdbMessage::deserialize(IFdbMsgParser &payload) const
{
if (!mBuffer …
-
compile proto files("syntax=proto3") using protobuf3.1,server run ok and got client request,client crash with Application_error(0)
-
I serialized a Java object, in which the field of integer type is used, and the int32value is used in proto3. When I tried to deserialize using protobuf, I failed.What did I do wrong?
Java:
```ja…
-
Would be useful if you could generate a Protobuf3 schema in the same way you can transform to a json & swagger schemas.
https://github.com/nytimes/openapi2proto
-
Hi!
I'm trying to reproduce Amino encoding of the `Block` and `Commit` structures in Scala/Java, and I found an obstacle...
When `Precommits` field contains `nils`s, it seems that Amino encode…
folex updated
5 years ago