Top 20 NuGet deserializer Packages

BinaryFormatter - binary serializer
High Performance Binary Object Notation Serializer
Fix invalid testing in mapping
Writer / Reader for dotnet objects in and out of a redis database
C# 实现斗鱼websocket信息序列化反序列化 源代码: https://github.com/CoelWu/Douyu-STT Douyu websocket message serializer and deserializer using C# Source Code: https://github.com/CoelWu/Douyu-STT
Xml, json, CSV and form url encoded serializer for .NET.
Provides JSON (De-)Serialization support for Nancy using Jil.
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...
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...
An ultra-fast expression-based binary serializer/deserializer using pre-emitted serializers/deserializers with support for transmitting types even if they do not exist on the other assembly.
Library to easily serialize and deserialize
Used to pull tracks, users, playlists, and more from SoundCloud.
Provides JSON (De-)Serialization support for Nancy using NetJSON.
XML (De)Serializer for Easy Web.
This is a LinkLoader for Sape system (sape.ru) intend to load links from sape API for your site.
A .NET binary serializer/deserializer library. With bit-level precision provides an easy way to serialize your class objects or primitive types to array of bytes and reverse. It supports complex types/nested classes and it is really easy to adapt your existing code to use this library.
OTML is an object tree model language. It is a language that describes a tree of objects, which is easily readable by both man and machine. It is abstract, flexible and simple, there is no data standardization and no arrays in it. OTML supports comments and stream processing.