ZYSOCKET-protobuf-net
4.3.2
dotnet add package ZYSOCKET-protobuf-net --version 4.3.2
NuGet\Install-Package ZYSOCKET-protobuf-net -Version 4.3.2
<PackageReference Include="ZYSOCKET-protobuf-net" Version="4.3.2" />
paket add ZYSOCKET-protobuf-net --version 4.3.2
#r "nuget: ZYSOCKET-protobuf-net, 4.3.2"
// Install ZYSOCKET-protobuf-net as a Cake Addin #addin nuget:?package=ZYSOCKET-protobuf-net&version=4.3.2 // Install ZYSOCKET-protobuf-net as a Cake Tool #tool nuget:?package=ZYSOCKET-protobuf-net&version=4.3.2
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/4.0, .NET CF 2.0/3.5, Mono 2.x, Silverlight, etc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 is compatible. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on ZYSOCKET-protobuf-net:
Package | Downloads |
---|---|
ZYSocketShareV
ZYSocket Share lib |
|
ZYNetServer-dnx
ZYNetServer For NETCORE Fiber Socket |
|
ZYNetClient-dnx
ZYNetClient for .NETCORE |
|
ZYNet
ZYNet with netstandard2.0 |
|
ZYSocketShareV-Standard2
ZYSocket Share lib |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.3.2 | 130,573 | 12/23/2016 |
* 2.0.0.668 - fix: reader's position not resetting: eventually causes overflow on pooled instance; critical fix to 663
* 2.0.0.666 - add: Support for BCL immutable types (Microsoft.Bcl.Immutable)
* 2.0.0.664 - add: Remove some more allocations (IPredicate)
* 2.0.0.663 - add: ProtoReader recycling for heavy read throughput
- add: precompile uses alternative switch construct (android limitations)
* 2.0.0.651 - add: new key-signing options for precompile
- add: enum-passthru defaults
* 2.0.0.640 - fix: bug with length-prefix / naked enumerations
* 2.0.0.638 - update: protoc 2.5
- fix: various tweaks for Genderme
- fix: better support for "naked enumerables" (root enumerable objects)
* 2.0.0.627 - fix: bug in "precompiler" for lots of types
- add: support for default type factories (including extended callback signature support)
- fix: ImplicitFields parsing failing if assembly loaded dynamically
- add: experimental support for concurrent collections
- add: support for tuples with AsReference; better handling of default AsReference; improved AsReference error message
* 2.0.0.622 - fix: bug in protogen with default enums when no package is specified
* 2.0.0.621 - fix: nasty regression in r619, where GetSchema() could cause base-type corruption
* 2.0.0.619 - fix: GetSchema() should use ultimate base-type names when modelling inheritance
- fix: ensure precomile always generates a .ctor() on the concrete serializer
- add: support out-of-order fields when deseiralizing inheritance from other protobuf implementations
* 2.0.0.614 - fix: enum handling of ": byte" confusing signed/unsigned bytes
* 2.0.0.612 - fix: allow adding enum maps at runtime via MetaType
* 2.0.0.611 - fix: *Specified should work with non-public methods
- performance: pre-compiled serializers now use dictionary lookups where appropriate
- fix: nuget package for portable library should be more inclusive
* 2.0.0.602 - added precompiler support for internal-types and [InternalsVisibleTo(...)]-forwarding
- made AllowParseableTypes available on default type-model
* 2.0.0.601 - added phone8 support