Google Protocol Buffers, usage in C#, using Jon Skeet's protobuf-csharp-port


/ Published in: C#
Save to your folder(s)

This is a simple demo of Google Protocol Buffers in C# using Jon Skeet's protobuf C# port. The sample data type includes an array/list and nested types. The binary data is a smaller, faster alternative to XML or JSON. The C# built-in binary serializers created massive buffers that were 4x the size of JSON buffers.

URL: http://code.google.com/p/protobuf-csharp-port/wiki/GettingStarted

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.