178 packages tagged with “Deserialization”
A high-performance .NET YAML library providing parsing and serialization of object graphs, NativeAOT ready.
Tomlyn is a high-performance .NET TOML 1.1 parser, round-trippable syntax tree, and `System.Text.Json`-style object serializer - NativeAOT ready.
JsonApiSerializer supports configurationless serializing and deserializing objects into the json:api format (http://jsonapi.org).
Rapid Apache Avro serializer for .NET.
JsonFx serialization framework
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.
A helper library for serializing and deserializing types in Units.NET using Json.NET.
Xml, json, CSV and form url encoded serializer for .NET.
System.Text.Json extension for serialization and deserialization of interfaces.
A utility library handling (de)serialization and other useful XML functionalities
Tiny and fast CSV and TSV parsing library (40KB) with zero dependencies. Compatible with DotNetFramework (2.0 onwards) and DotNetCore.
https://devlib.codeplex.com/ serialization/deserialization DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns. It provides a comprehensive set of features that save development time, minimize costs, reduce the use of precious test resources, and decrease the overall maintenance effort. It is time to boost your productivity.
XML Serialization library for XSD 1.0 compliance (Runtime Library). Download the Liquid XML Data Binder code generator from the project page.
Dynamic JSON wrapper for super-neat, fast and low-allocating working with JSON, based on System.Text.Json (.NET Standard 2.0)
A parser for .proto files for Protocol Buffers.
Serialize and deserialize any object without decoration/attributes.
Liquid XML Data Binder
Safe deserialization helper library to fix known BinaryFormatter vulnerabilities.
Protocol Buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different programming architectures extensible - to add new data to old messages. protobuf-net is a .NET implementation of this, allowing you to serialize your .NET objects efficiently and easily. It is compatible with most of the .NET family, including .NET 2.0/3.0/3.5/4.0, .NET CF 2.0/3.5, Mono 2.x, Silverlight, etc.
Hexarc.Borsh is a borsh serialization library for the .NET platform.
SerialBox is a simple serialization wrapper. It acts as a wrapper around various serialization libraries, thus giving them a common interface to deal with.
Provides JSON (De-)Serialization support for Nancy using Jil.
A framework to serialize and deserialize objects into and from a special InfoSet type, which facilitates further persistence or transport
Various extensions to power up System.Text.Json.
Fast and flexible serialization framework usable on undecorated classes
This package contains additional validators and extensions for use with FluentValidation. It includes an invoker that will select, and invoke, a registered validator based on a provided model. Synchronous and Asynchronous validation is supported, along with extensions that make it easier to pass context information into a validator to keep it stateless. Also available is a validation registrar that makes it possible to auto-register all validators within the same assembly. Validators can also be filtered based on a predicate.
Contains converters of InfoSets into and from JSON representation with type information preserved. Together with Angara.Serialization provides full framework for JSON serialization of arbitrary objects.
Library for serializing, modifying and deserializing LINQ Expressions
A tiny library to convert a user-defined C# object to an AvroRecord and back.