System.Xml.Serialization.Configuration Namespace
This API supports the product infrastructure and is not intended to be used directly from your code.
The System.Xml.Serialization.Configuration namespace contains classes used to read the values found in application configuration files under the <system.xml.serialization> Element section.
| Class | Description | |
|---|---|---|
![]() | DateTimeSerializationSection | This API supports the product infrastructure and is not intended to be used directly from your code. Handles configuration settings for XML serialization of DateTime instances. |
![]() | RootedPathValidator | Validates the rules governing the use of the tempFilesLocation configuration switch. |
![]() | SchemaImporterExtensionElement | This API supports the product infrastructure and is not intended to be used directly from your code. Handles the configuration for the XmlSchemaImporter class. This class cannot be inherited. |
![]() | SchemaImporterExtensionElementCollection | This API supports the product infrastructure and is not intended to be used directly from your code. Handles the XML elements used to configure the operation of the XmlSchemaImporter. This class cannot be inherited. |
![]() | SchemaImporterExtensionsSection | This API supports the product infrastructure and is not intended to be used directly from your code. Handles the configuration for the XmlSchemaImporter class. This class cannot be inherited. |
![]() | SerializationSectionGroup | This API supports the product infrastructure and is not intended to be used directly from your code. Handles the XML elements used to configure XML serialization. |
![]() | XmlSerializerSection | Handles the XML elements used to configure XML serialization. |
| Enumeration | Description | |
|---|---|---|
![]() | DateTimeSerializationSection::DateTimeSerializationMode | This API supports the product infrastructure and is not intended to be used directly from your code. Determines XML serialization format of DateTime objects. |
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 for the .NET Framework.
Instead, to configure the XmlSerializer or XmlSchemaImporter, create an application configuration file and use the following XML elements:

