Wire 0.0.1
Advisory: https://github.com/advisories/GHSA-hpw7-3vq3-mmv6 | Severity: critical |
https://github.com/AsynkronIT/Wire/security/advisories/GHSA-hpw7-3vq3-mmv6
See the version list below for details.
dotnet add package Wire --version 0.0.1
NuGet\Install-Package Wire -Version 0.0.1
<PackageReference Include="Wire" Version="0.0.1" />
paket add Wire --version 0.0.1
#r "nuget: Wire, 0.0.1"
// Install Wire as a Cake Addin #addin nuget:?package=Wire&version=0.0.1 // Install Wire as a Cake Tool #tool nuget:?package=Wire&version=0.0.1
Wire is a fast binary serializer, the internal format is similar to BSON.
The main features are high performance, sitting somewhere between protobuf.net and Json.NET.
Surrogate support, translate special objects into DTO's and back again.
Polymorphic values, Wire will store type information for all values to ensure that they are correctly deserialized into their original form.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- No dependencies.
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Wire:
Package | Downloads |
---|---|
Rebus.Wire
Package Description |
|
NServiceBus.Wire
Package Description |
|
ServiceStack.Wire.Core
Deprecated. Use ServiceStack.Wire instead. |
|
Quest.CoreLib
Quest core library |
|
OpenMessage.Serializer.Wire
Wire serializer for OpenMessage |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Wire:
Repository | Stars |
---|---|
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
|
|
dadhi/DryIoc
DryIoc is fast, small, full-featured IoC Container for .NET
|
|
rikimaru0345/Ceras
Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c
|
|
Horusiath/AkkaCQRS
Event sourcing example build on Akka.NET with persistence plugin
|