protobuf-net-sharpcaster
2.0.0.668
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 PCL 151
Install-Package protobuf-net-sharpcaster -Version 2.0.0.668
dotnet add package protobuf-net-sharpcaster --version 2.0.0.668
<PackageReference Include="protobuf-net-sharpcaster" Version="2.0.0.668" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add protobuf-net-sharpcaster --version 2.0.0.668
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: protobuf-net-sharpcaster, 2.0.0.668"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install protobuf-net-sharpcaster as a Cake Addin
#addin nuget:?package=protobuf-net-sharpcaster&version=2.0.0.668
// Install protobuf-net-sharpcaster as a Cake Tool
#tool nuget:?package=protobuf-net-sharpcaster&version=2.0.0.668
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 2.0.0.668 | 0 | 06.02.2022 |