Found 131 packages
Provides classes for serializing objects to the JavaScript Object Notation (JSON) and deserializing JSON data to objects. Commonly Used Types: System.Runtime.Serialization.Json.DataContractJsonSerializer When using NuGet 3.x this package requires at least version 3.4.
Provides common types, including System.Runtime.Serialization.DataContractAttribute, for libraries that support data contract serialization. Commonly Used Types: System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.OnDeserializingAttribute System.Runtime.Serialization.OnDeserializedAttribute System.Runtime.Serialization.OnSerializingAttribute System.Runtime.Serialization.OnSerializedAttribute System.Runtime.Serialization.EnumMemberAttribute System.Runtime.Serialization.DataMemberAttribute System.Runtime.Serialization.DataContractAttribute System.Runtime.Serialization.IgnoreDataMemberAttribute System.Runtime.Serialization.SerializationException When using NuGet 3.x this package requires at least version 3.4.
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Xml.Serialization.IXmlSerializable System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlIgnoreAttribute System.Xml.Serialization.XmlElementAttribute System.Xml.Serialization.XmlAttributeAttribute System.Xml.Serialization.XmlArrayAttribute System.Xml.Serialization.XmlRootAttribute System.Xml.Serialization.XmlArrayItemAttribute System.Xml.Serialization.XmlTypeAttribute System.Xml.Serialization.XmlEnumAttribute When using NuGet 3.x this package requires at least version 3.4.
Provides classes which read and write resources in a format that supports non-primitive objects. Commonly Used Types: System.Resources.Extensions.DeserializingResourceReader System.Resources.Extensions.PreserializedResourceWriter
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Runtime.Serialization.DataContractSerializer System.Runtime.Serialization.XmlObjectSerializer System.Runtime.Serialization.InvalidDataContractException System.Xml.XmlDictionaryReader System.Xml.XmlDictionaryWriter System.Xml.XmlDictionaryString System.Xml.UniqueId System.Xml.XmlDictionaryReaderQuotas System.Runtime.Serialization.DataContractResolver System.Xml.IXmlDictionary When using NuGet 3.x this package requires at least version 3.4.
A System.Text.Json converter for (de)serializing collections
Package for serializing and deserializing vCards
JsonApiSerializer supports configurationless serializing and deserializing objects into the json:api format (http://jsonapi.org).
An XML serializer abstraction
A helper library for serializing and deserializing types in Units.NET using Json.NET.
A .NET Core library for serializing and deserializing GeoJSON formatted JSON data. Complies with RFC 7946.
Domain objects used for validation errors. Useless in standalone. Standalone package utilized by Calzolari.Grpc.Net.Client.Validation and Calzolari.Grpc.AspNetCore.Validation, because same assembly is required for serializing / deserializing in bytes
.NET library for deserializing and serializing fixed width files
Utilities for serializing and deserializing data into various response formats.
Provides support for serializing/deserializing a COBie EXPRESS model through an underlying IModel implementation
An abstraction layer for a variety of different serializers that enables easy, flexibile, and quick serialization and deserialization of objects in .NET
Portable .NET foundation-level 'json api' classes used for serializing and deserializing between raw JSON and CLR objects that represent the domain model of the JSON API specification. Portable .NET foundation-level 'convention' classes used for defining what conventions are to be used by the hypermedia API server or client application. Portable .NET foundation-level 'service model' classes that represent the domain model of the resources produced and consumed by the hypermedia API server or client application. The 'service model' contains the metadata of individual resources and the schema of how resources are related to each other through relationships (to-one or to-many).
An additional layer to ISerializers that allows for custom polymorphism type handling when deserializing
JsonSharp is a small wrapper around the System.Text.Json `JsonElement` class. The goal is to provide a functional approach for parsing and reading individual JSON elements into classes, records or union types.
An yaml serilizer that utilizes YamlDotNet