protobuf
weixin_43231872
这个作者很懒,什么都没留下…
展开
-
JSON字符串与protobuf互转
1、protobuf文件:message InterfaceProto { required int32 number = 1; repeated InterfaceInfo list = 2; message InterfaceInfo{ optional int32 direction = 1 [default=0]; optiona...原创 2019-12-27 17:53:13 · 3525 阅读 · 0 评论 -
IDEA中protobuf 各版本编译java文件和js文件
1、protobuf文件:syntax = "proto2";message MsgProto { required int32 version = 1; optional LineProto line = 2; }message LineProto { required int32 number = 1; repeated Line list ...原创 2019-12-18 10:34:25 · 1067 阅读 · 2 评论