Info
Version: | 2.0.0.668 |
Author(s): | Marc Gravell |
Last Update: | Tuesday, July 26, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tapanila/protobuf-net |
NuGet Url: | https://www.nuget.org/packages/protobuf-net-sharpcaster |
Install
Install-Package protobuf-net-sharpcaster
dotnet add package protobuf-net-sharpcaster
paket add protobuf-net-sharpcaster
protobuf-net-sharpcaster Download (Unzip the "nupkg" after downloading)
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 PCL 151.