Protocol Buffers: An alternative to XML?
Wednesday, July 9th, 2008People have been buzzing lately with news of the announcement of Protocol Buffers: Google’s Data Interchange Format. BetaNews has a good overview: Google releases its data encoding format to compete with XML.
Protocol Buffers are a flexible method for handling serialized data, generally for use with a database. Google has been using them internally for some [...]