Google’s Protocol Buffers in .NET


Google’s Protocol Buffers in .NET » Holsee’s Blog

You may be thinking “What are these Google Protocol Buffers that you speak of?”

In essence it is the name given to the binary serialization format used by Google for much of their data communications a.k.a. simply protobuffs.

Related Posts