5 month ago
nelson : Protocol buffers - Google's internal IDL gets released. It's pretty good as these things go.
Simon Willison : Protocol Buffers: Google's Data Interchange Format - Protocol Buffers: Google’s Data Interchange Format. Open sourced today. Highly efficient binary protocol for storing and transmitting structured data between C++, Java and Python. Uses a .proto file describing the data structure which is compiled to c
Rod Begbie : Protocol Buffers: Google's Data Interchange Format - A smidgen of Google's secret sauce -- a lighter-weight-than-XML data interchange format, with heavily optimized cross-language serialization routines. Just the thing for shuttling and persisting data. [via] #
# copy