Info
Version: | 2.0.0.668 |
Author(s): | Marc Gravell |
Last Update: | Thursday, August 28, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://code.google.com/p/protobuf-net/ |
NuGet Url: | https://www.nuget.org/packages/protobuf-portable-net |
Install
Install-Package protobuf-portable-net
dotnet add package protobuf-portable-net
paket add protobuf-portable-net
protobuf-portable-net Download (Unzip the "nupkg" after downloading)
Dependencies
3 packages depend on this package.
Tags
It is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different programming architectures extensible - to add new data to old messages. protobuf-net is a .NET implementation of this, allowing you to serialize your .NET objects efficiently and easily.
It is compatible with most of the .NET family, including .NET 2.0/3.0/3.5/4.0, .NET CF 2.0/3.5, Mono 2.x, Silverlight, etc.