Tag: xml
-
Protocol Buffers
I just read about the recently released Protocol Buffers from Google. “Protocol Buffers allow you to define simple data structures in a special definition language, then compile them to produce classes to represent those structures in the language of your choice. These classes come complete with heavily-optimized code to parse and serialize your message in…