Top 20 NuGet deserialization Packages

A helper library for serializing and deserializing types in Units.NET using Json.NET.
Rapid Apache Avro serializer for .NET.
AqlaSerializer is intended to serialize objects, not just data. What the difference? Data serializers don't care much about language runtime specifics like references, inheritance, etc. In contrast, an object serializer should take such things into account. AqlaSerializer primary goal is to suppo...
XML Serialization library for XSD 1.0 compliance (Runtime Library). Download the Liquid XML Data Binder code generator from the project page.
JsonApiSerializer supports configurationless serializing and deserializing objects into the json:api format (http://jsonapi.org).
XML Serialization library for XSD 1.0 and 1.1 compliance (Runtime Library). Download Liquid XML Objects code generator and Visual Studio extension from the project page.
Xml, json, CSV and form url encoded serializer for .NET.
A helper library for serializing and deserializing types in Units.NET using Json.NET.
A headless browser supporting web navigation, html parsing, css style parsing, and javascript parsing/execution.
A library for serializing ADO.NET DataTables and DataReaders into an efficient, portable binary format. Uses Marc Gravell's Google Protocol Buffers library, protobuf-net.
Provides JSON (De-)Serialization support for Nancy using Jil.
SerialBox is a simple serialization wrapper. It acts as a wrapper around various serialization libraries, thus giving them a common interface to deal with.
JsonFx serialization framework
This framework aims to implement the concept of graph expression in the .NET language. With this framework it is possible to create any kind of searches on complex or circular objects in a way similar to what JQUERY does in JavaScript.
Trl.Serialization aims to create a compact human readable general-purpose data representation system based on the definition of terms. These _terms_ should be familiar to any programmer because they are basically strings, numbers, and function symbols. This is exposed as a serialiser and deserialise...
Various extensions to power up System.Text.Json.
Clean & simple, idiomatic C# RegEx-based line parser. RegExtract takes a string and a regular expression template and deserializes to a provided type. Works especially well with records and tuples, but can extract to any type that provides either a `static T Parse(string)` method or a single-string...