This documentation is archived and is not being maintained.
System.Runtime.Serialization.Configuration Namespace
Visual Studio 2008
The System.Runtime.Serialization.Configuration namespace contains classes used to read the values found in application configuration under system.xml.serialization section.
The classes in this namespace are used by the serialization infrastructure to handle the configuration elements and cannot be used directly. Instead, to configure the DataContractSerializer, create an application configuration file and use the following XML elements.
<system.xml.serialization>
<dataContractSerializer>
<declaredTypes>
<add> element for <declaredTypes>
<knownType> element
| Class | Description | |
|---|---|---|
![]() | DataContractSerializerSection | Infrastructure. Handles the XML elements used to configure serialization by the DataContractSerializer. |
![]() | DeclaredTypeElement | Infrastructure. Handles the XML elements used to add known types that are used for serialization by the DataContractSerializer. |
![]() | DeclaredTypeElementCollection | Infrastructure. Handles the XML elements used to configure XML serialization using the DataContractSerializer. |
![]() | ParameterElement | Infrastructure. Handles the XML elements used to configure XML serialization by the DataContractSerializer. |
![]() | ParameterElementCollection | Infrastructure. Handles the XML elements used to configure serialization by the DataContractSerializer. |
![]() | SerializationSectionGroup | Infrastructure. Handles the XML elements used to configure serialization by the DataContractSerializer. |
![]() | TypeElement | Handles the XML elements used to configure serialization by the DataContractSerializer. |
![]() | TypeElementCollection | Infrastructure. Handles the XML elements used to configure the known types used for serialization by the DataContractSerializer. |
Show:
