Working with Protobuf Services in .NET
| Article Published June 16, 2011
Take advantage of Google's Protobuf-net to create services that are high performance. Protocol buffers from Google is a binary serialization format that is used for data communication. Protocol Buffer is a very efficient hypermedia type that can be used with RESTful services. Protobuf-net is a .NET implementation of Protocol Buffers that you can use to serialize your .NET objects seamlessly. This article takes a look at Protobuf Objects and how they can be used in .NET.
Tags : .NET, tutorial, Protocol Buffers, Protobuf, Protobuf Objects
Tags : .NET, tutorial, Protocol Buffers, Protobuf, Protobuf Objects
