NetSerializer 4.0.0
See the version list below for details.
dotnet add package NetSerializer --version 4.0.0
NuGet\Install-Package NetSerializer -Version 4.0.0
<PackageReference Include="NetSerializer" Version="4.0.0" />
paket add NetSerializer --version 4.0.0
#r "nuget: NetSerializer, 4.0.0"
// Install NetSerializer as a Cake Addin #addin nuget:?package=NetSerializer&version=4.0.0 // Install NetSerializer as a Cake Tool #tool nuget:?package=NetSerializer&version=4.0.0
A very fast and minimal serializer
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NetSerializer:
Package | Downloads |
---|---|
mzLib
Library for mass spectrometry projects. |
|
NetSerializer.Network.Library
Message passing and P2P network library using .NetSerializer |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on NetSerializer:
Repository | Stars |
---|---|
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
|
|
DragoQCC/HardHatC2
A C# Command & Control framework
|
|
rikimaru0345/Ceras
Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c
|
|
asynkron/Wire
Binary serializer for POCO objects
|
NetSerializer v4.0
- Optimize Decimal serialization
- Optimize Nullable serialization
- Rewrite of the test apps
- Rewrite of the main serializer
* create serializers on demand, instead of all at initialization time
* (de)serialize values directly, without boxing
- NoOpSerializer
- Experimental support to add more types after init