
Feb 1st 2010
- Apr 26th 2010
- Mar 31st 2010
- Mar 30th 2010
- Feb 11th 2010
- Feb 1st 2010
- Jan 11th 2010
- Jan 10th 2010
- Dec 15th 2009
- Dec 9th 2009
- Jul 9th 2009
- Jun 22nd 2009
- Jun 17th 2009
- Apr 12th 2009
- Mar 10th 2009
- Feb 4th 2009
- Dec 20th 2008
- Sep 1st 2008
- Jul 31st 2008
- Jul 21st 2008
- Jun 6th 2008
- Jan 25th 2008
- Dec 21st 2007
- Dec 20th 2007
- Nov 22nd 2007
- Sep 26th 2007
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 specially 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.
Using protocol buffers as metadata, Diffusion is able to generate automatic deltas of change.
