Google.ProtocolBuffers
2.3.0.277
See the version list below for details.
dotnet add package Google.ProtocolBuffers --version 2.3.0.277
NuGet\Install-Package Google.ProtocolBuffers -Version 2.3.0.277
<PackageReference Include="Google.ProtocolBuffers" Version="2.3.0.277" />
paket add Google.ProtocolBuffers --version 2.3.0.277
#r "nuget: Google.ProtocolBuffers, 2.3.0.277"
// Install Google.ProtocolBuffers as a Cake Addin #addin nuget:?package=Google.ProtocolBuffers&version=2.3.0.277 // Install Google.ProtocolBuffers as a Cake Tool #tool nuget:?package=Google.ProtocolBuffers&version=2.3.0.277
Protocol Buffers is a binary serialization format and technology, released to the open source community by Google in 2008.
Its primary use is to produce small fast binary representations of a 'message' or object for serialization or transportation.
There are various implementations of Protocol Buffers in .NET. This project is a fairly close port of the Google Java implementation.
There are two main parts:
tools/protoc.exe, which takes the textual representation of the protocol buffer and turns it into a binary representation for use with ProtoGen.exe.
tools/ProtoGen.exe, which takes binary representations of protocol buffer descriptors (as generated by the "stock" protoc binary supplied by Google) and creates C# source code. This is only required at build time.
lib/*/Google.ProtocolBuffers.dll, which is a supporting library. This is required at execution time.
LINKS:
Project Home - http://code.google.com/p/protobuf-csharp-port
Online Help - http://help.protobuffers.net/
Developer Guide - http://code.google.com/apis/protocolbuffers/docs/overview.html
Language Guide - http://code.google.com/apis/protocolbuffers/docs/proto.html
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl2 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on Google.ProtocolBuffers:
Repository | Stars |
---|---|
Azure/DotNetty
DotNetty project – a port of netty, event-driven asynchronous network application framework
|
|
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
|
|
dje-dev/Ceres
Ceres - an MCTS chess engine for research and recreation
|
|
superquanter/quanter
从原来的StockTrader迁移过来
|
|
Horusiath/AkkaCQRS
Event sourcing example build on Akka.NET with persistence plugin
|