Top 20 NuGet deserialize Packages

A simplified Generic method to GET or POST JSON using HTTP, & get it deserialized or serialized into the Object of specified type. Example: Sample sample = new JsonHttpClient<Sample>("http://localhost:10000/api/values").Deserialize();
Adds extension methods to IEnumerables for easy serialization.
A library that deserializes Rainbow (.yml) files into FakeDb items and templates for the purpose of unit/integration testing Sitecore projects.
fast json serialize and deserialization
Helps deserialize PList files
Provides basic REST client methods using generics.
Lossless Serialize / Deserialize DataTable and DataSet objects (in System.Data namespace) including ExtendedProperties data, providing the ability to transfer data without loss between systems using, for example, REST-services.
HaveBoxJSON is a among the fastest of JSON Libs for .NET. HaveBoxJSON is dedicated to only serialize and deserialize JSON, and it does it faster than most other JSON libs. HaveBoxJSON is not bloated with unnecessary features, and therefor it is only a fraction in size compared to leading competitor...
This is a library for serializing and deserializing an excel file to/from an object list
An easy way to parse XML or JSON to Objects.
Simple XML serialization library
Simple API for xml serialization and de-serialization to/from string, file or embedded resource.
This package can deserialize any String, Stream, or StreamReader (On HAL+JSON format or not) provided by a web api response. Installation: On the package console run : Install-Package HALJSonDeserializer Usage: After installation you must include the namespace of the package where you will use it:...
Deserialise an XML stream to an Object Graph of any shape in a single pass
A library for instantiating serializable MailMessage objects.