How to parse a serialized protobuf string?

后端 未结 0 1611
天涯浪人
天涯浪人 2020-12-17 08:03

I have a proto like this:

message Person {
  optional string name = 1;
  message Contact {
    optional string email = 1;
    optional string phone = 2;
  }
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题