System.Xml.Serialization.Configuration Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains classes used to read the values found in application configuration files under the <system.xml.serialization> Element section.
Classes
DateTimeSerializationSection |
Handles configuration settings for XML serialization of DateTime instances. |
RootedPathValidator |
Validates the rules governing the use of the |
SchemaImporterExtensionElement |
Handles the configuration for the XmlSchemaImporter class. This class cannot be inherited. |
SchemaImporterExtensionElementCollection |
Handles the XML elements used to configure the operation of the XmlSchemaImporter. This class cannot be inherited. |
SchemaImporterExtensionsSection |
Handles the configuration for the XmlSchemaImporter class. This class cannot be inherited. |
SerializationSectionGroup |
Handles the XML elements used to configure XML serialization. |
XmlSerializerSection |
Handles the XML elements used to configure XML serialization. |
Enums
DateTimeSerializationSection.DateTimeSerializationMode |
Determines XML serialization format of DateTime objects. |
Remarks
The classes in this namespace are used by the serialization infrastructure to handle the configuration elements and cannot be used directly. For more information about configuration files, see Configuration File Schema.
Instead, to configure the XmlSerializer or XmlSchemaImporter, create an application configuration file and use the following XML elements: