Chinaunix首页 | 论坛 | 博客
  • 博客访问: 36095
  • 博文数量: 4
  • 博客积分: 650
  • 博客等级: 上士
  • 技术积分: 180
  • 用 户 组: 普通用户
  • 注册时间: 2005-11-09 21:10
文章分类

全部博文(4)

文章存档

2009年(1)

2008年(3)

我的朋友
最近访客

分类:

2008-07-09 14:20:46

What are protocol buffers?

Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format.

Protocol buffers是一种灵活,高效,自动的串化结构数据的机制. 像XML,但是更小,更快,更简单.
你只需要定义一次数据结构,你就可以很容易的使用生成的代码来读写各种各样的数据流和使用许多编程语言.
你可以更新你的数据结构却不影响使用老的数据结构的程序.
阅读(494) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~