Found 68 packages
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 a generics version of XmlSerializer.
Creates an Xml serialization assembly for types contained in an assembly in order to improve the startup performance of Xml serialization when serializing or de-serializing objects of those types using XmlSerializer.
An extensible Xml Serializer for .NET that builds on the functionality of the classic XmlSerializer with a powerful and robust extension model.
ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.
Generate XML serializers for types used by Service Contracts in an assembly.
XML XSerializer's XML serialization handles properties and types that the System.Xml.Serialization.XmlSerializer does not handle, such as interfaces and dictionaries. It is meant to be a drop-in replacement for the BCL XmlSerializer - it uses the same attributes: [XmlElement], [XmlAttribute], etc. JSON JSON serialization in XSerializer has better performance than JSON.NET (Newtonsoft). It also has better support for deserialization into a variable or field of type dynamic. Encryption XSerializer's XML and JSON serializers support the concept of field-level encryption. Properties that are decorated with an [Encrypt] attribute have their values encrypted/decrypted automatically. The actual mechanism to encrypt these fields is exposed through the IEncryptionMechanism interface - users of the encrypt feature are expected to implement this interface in their project.
Package Description
XmlSerializer originally developed for Catalogue project
Extended Xml Serializer for .NET - ASP Core integration
Easy to use Serializer
XmlSerializerHelper serializes and deserializes any .Net object from/to XML.
Serialize objects to xml and persist on filesystem.
Tests for netfx-System.Xml.XmlSerializer
A T4 template to generate XmlSerializer classes that represent the XML Schemas (XSD) in the project.
Implements the core NETFx ISerializer interface using the .NET framework System.Xml.XmlSerializer
Wrapper for System.Xml.Serialization.XmlSerializer that uses generics
xUnit tests for netfx-System.XmlSerializer
Easy helper for XmlSerializer
Helpers for testing serialization