google protobuf 使用示例
摘要:
1 定义.proto接口文件package tutorial;message Person { required string name = 1; required int32 id = 2; //unique ID number for this person optional ... 阅读全文
posted @ 2015-03-31 16:48 雨渐渐 阅读(4110) 评论(0) 推荐(0) 编辑