Wire
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.
Install
dotnet add package Wire --version 0.0.2
Install-Package Wire -Version 0.0.2
<PackageReference Include="Wire" Version="0.0.2" />
Frameworks
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.