What is it all about?
YAXLib is a flexible XML serialization library that lets developers design freely the XML file structure, choose among private and public fields to be serialized, and serialize all known collection classes and arrays (single-dimensional, multi-dimensional, and jagged arrays) in the .NET Framework.
Key Features
• Allowing the programmer to format the XML result as desired • Support for specifying path-like serialization addresses, e.g., elem1/elem2/elem3 , and ../elem1 , and ./elem1 • Support for XML namespaces • Serialization and deserialization of all known generic and non-generic collection classes in System.Collections , and System.Collections.Generic • Support for serialization of single-dimensional, multi-dimensional, and jagged arrays • Support for recursive serialization of collections (i.e., collection of collections) • Support for specifying aliases for enum members • Support for defining user-defined custom serializer for specific types or specific fields • Allowing the programmer to choose the fields to serialize (public, or non-public properties, or member variables) • Support for serialization and deserialization of objects through a reference to their base-class or interface (also known as polymorphic serialization) • Support for multi-stage deserialization • Allowing the programmer to add comments for the elements in the XML result
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}