Google.ProtocolBuffersLite 2.3.0.277

.NET Framework 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package Google.ProtocolBuffersLite --version 2.3.0.277
NuGet\Install-Package Google.ProtocolBuffersLite -Version 2.3.0.277
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Google.ProtocolBuffersLite" Version="2.3.0.277" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Google.ProtocolBuffersLite --version 2.3.0.277
#r "nuget: Google.ProtocolBuffersLite, 2.3.0.277"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Google.ProtocolBuffersLite as a Cake Addin
#addin nuget:?package=Google.ProtocolBuffersLite&version=2.3.0.277

// Install Google.ProtocolBuffersLite as a Cake Tool
#tool nuget:?package=Google.ProtocolBuffersLite&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.ProtocolBuffersLite.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
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Google.ProtocolBuffersLite:

Package Downloads
WeChatSDK

WeChat SDK for Windows 10 Universal Apps and Windows Phone 8.1 Runtime Apps.

Google.ProtocolBuffersLite.Rpc

Google.ProtocolBuffersLite.Rpc uses the Win32 RPC Interop library, CSharpTest.Net.RpcLibrary, as a primary transport for Protobuffer services. Extremely fast, secure, extensible, and reliable. This version depends on Google.ProtocolBuffersLite version (optimize_for = LITE_RUNTIME).

Yodo1WeChatSDK

WeChat SDK for Windows 10 Universal Apps and Windows Phone 8.1 Runtime Apps.

WeChatSDK.Win10

WeChat SDK for Windows 10 Universal Apps

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.1.555 43,874 2/22/2015
2.4.1.521 2,475 5/7/2013
2.4.1.473 2,288 10/15/2011
2.3.0.277 1,567 10/1/2011