Protobuf.Lite.Static
2.5.0
Requires NuGet 2.5 or higher.
dotnet add package Protobuf.Lite.Static --version 2.5.0
NuGet\Install-Package Protobuf.Lite.Static -Version 2.5.0
<PackageReference Include="Protobuf.Lite.Static" Version="2.5.0" />
<PackageVersion Include="Protobuf.Lite.Static" Version="2.5.0" />
<PackageReference Include="Protobuf.Lite.Static" />
paket add Protobuf.Lite.Static --version 2.5.0
#r "nuget: Protobuf.Lite.Static, 2.5.0"
#:package Protobuf.Lite.Static@2.5.0
#addin nuget:?package=Protobuf.Lite.Static&version=2.5.0
#tool nuget:?package=Protobuf.Lite.Static&version=2.5.0
Protocol Buffers Lite(a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
You can find protobuf's documentation on the Google Developers site.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- YY.NuGet.Import.Helper (>= 1.0.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|
* New notion "import public" that allows a proto file to forward the content it imports to its importers.
* New enum option "allow_alias" that specifies whether different symbols can be assigned the same numeric value. Default value is "true". Setting it to false causes the compiler to reject enum definitions where multiple symbols have the same numeric value.
* New generated method set_allocated_foo(Type* foo) for message and string fields. This method allows you to set the field to a pre-allocated object and the containing message takes the ownership of that object.
* Added SetAllocatedExtension() and ReleaseExtension() to extensions API.
* Custom options are now formatted correctly when descriptors are printed in text format.
* Various speed optimizations.