System.Xml.Serialization.Configuration Namespace
.NET Framework 2.0
Note: This namespace is new in the .NET Framework version 2.0.
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.
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:
| Class | Description | |
|---|---|---|
![]() | DateTimeSerializationSection | Handles configuration settings for XML serialization of DateTime instances. |
![]() | 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. |
| Enumeration | Description | |
|---|---|---|
![]() | DateTimeSerializationSection.DateTimeSerializationMode | Determines XML serialization format of DateTime objects. |
Community Additions
ADD
Show:

