Skip to main content

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.

Total Downloads
1.2M
1,161,071
Published
Nov 19, 2015
Latest stable version

Install

.NET CLI
dotnet add package Wire --version 0.0.6
Package Manager Console
Install-Package Wire -Version 0.0.6
PackageReference
<PackageReference Include="Wire" Version="0.0.6" />

Frameworks

.NETFramework4.5

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

NuGet marks this package as deprecated. Review the publisher's migration guidance before adopting it.

Published vulnerability advisories exist for this version. Read the advisory and choose a remediated version before release.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.