Protocol Buffers Editor 是一个用来查看和编辑 Google 的 Protocol Buffers 的二进制文件的工具。
Protocol Buffers是Google公司开发的一种数据描述语言,类似于XML能够将结构化数据序列化,可用于数据存储、通信协议等方面。现阶段支持C++、JAVA、Python等三种编程语言。
项目主页:http://code.google.com/p/protobufeditor/
下载地址:http://code.google.com/p/protobufeditor/downloads/list
来自:开源中国社区

