Summary
Provides a format to serialize/deserialize objects as XML using
Classify and any serialization
options which are format-specific. This class can only be instantiated through the factory method
ClassifyXmlFormat.Create(string). See also
ClassifyXmlFormat.Default.
Static methods
IClassifyFormat<XElement> | Create(string rootTagName = "item") |
Creates an XML Classify format with the specified XML-specific options. |
Static properties
IClassifyFormat<XElement> | | Gets the XML Classify format with all options at their defaults. |