ActionScript3 的Protocol Buffers插件:protoc-gen-as3
jopen
12年前
该项目旨在ActionScript 3中支持Protocol Buffers协议。实现了几乎所有protobuf特性:
- All basic types
- Nested messages
- Enumerations
- Packed and non-packed repeated fields
- Extensions
- RPC services
- Custom options for services and methods
- ActionScript metadata tag generation:
- Text format
- Unknown fields </ul>
- 更简单
- 数据描述文件只需原来的1/10至1/3
- 解析速度是原来的20倍至100倍
- 减少了二义性
- 生成了更容易在编程中使用的数据访问类
Protocol Buffers (ProtocolBuffer/ protobuf )是Google公司开发的一种数据描述语言,类似于XML能够将结构化数据序列化,可用于数据存储、通信协议等方面。现阶段支持C++、JAVA、Python等三种编程语言。
为什么不只用XML?同XML相比,Protocol buffers在序列化结构化数据方面有许多优点(google官方提出):
项目主页:http://www.open-open.com/lib/view/home/1355634388557