protobuf-net
1.0.0.280
See the version list below for details.
dotnet add package protobuf-net --version 1.0.0.280
NuGet\Install-Package protobuf-net -Version 1.0.0.280
<PackageReference Include="protobuf-net" Version="1.0.0.280" />
paket add protobuf-net --version 1.0.0.280
#r "nuget: protobuf-net, 1.0.0.280"
// Install protobuf-net as a Cake Addin #addin nuget:?package=protobuf-net&version=1.0.0.280 // Install protobuf-net as a Cake Tool #tool nuget:?package=protobuf-net&version=1.0.0.280
protocol buffers is the name of the binary serialization format used by Google for much of their data communications. 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, .NET CF 2.0/3.5, Mono 2.x, Silverlight 2, etc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories (175)
Showing the top 5 popular GitHub repositories that depend on protobuf-net:
Repository | Stars |
---|---|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
dotnet/orleans
Cloud Native application framework for .NET
|
|
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
|
|
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
|
Version | Downloads | Last updated |
---|---|---|
2.0.0.668 | 160,200 | 9/30/2013 |
2.0.0.666 | 1,738 | 9/9/2013 |
2.0.0.664 | 264 | 9/3/2013 |
2.0.0.663 | 155 | 9/2/2013 |
2.0.0.640 | 4,564 | 5/29/2013 |
2.0.0.638 | 314 | 5/28/2013 |
2.0.0.621 | 7,656 | 1/16/2013 |
2.0.0.619 | 226 | 1/11/2013 |
2.0.0.614 | 288 | 12/31/2012 |
2.0.0.612 | 277 | 12/10/2012 |
2.0.0.611 | 522 | 12/5/2012 |
2.0.0.602 | 735 | 11/13/2012 |
2.0.0.601 | 198 | 11/6/2012 |
2.0.0.480 | 11,264 | 12/11/2011 |
1.0.0.280 | 700 | 4/14/2011 |