0 out of 2 rated this helpful - Rate this topic

System.Xml.Serialization.Configuration Namespace

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
Public class DateTimeSerializationSection Handles configuration settings for XML serialization of DateTime instances.
Public class SchemaImporterExtensionElement Handles the configuration for the XmlSchemaImporter class. This class cannot be inherited.
Public class SchemaImporterExtensionElementCollection Handles the XML elements used to configure the operation of the XmlSchemaImporter. This class cannot be inherited.
Public class SchemaImporterExtensionsSection Handles the configuration for the XmlSchemaImporter class. This class cannot be inherited.
Public class SerializationSectionGroup Handles the XML elements used to configure XML serialization.
Public class XmlSerializerSection Handles the XML elements used to configure XML serialization.
  Enumeration Description
Public enumeration DateTimeSerializationSection.DateTimeSerializationMode Determines XML serialization format of DateTime objects.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ