System.Runtime.Serialization.Configuration Namespace
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 | This API supports the product infrastructure and is not intended to be used directly from your code. Handles the XML elements used to configure serialization by the DataContractSerializer. |
![]() | DeclaredTypeElement | This API supports the product infrastructure and is not intended to be used directly from your code. Handles the XML elements used to add known types that are used for serialization by the DataContractSerializer. |
![]() | DeclaredTypeElementCollection | 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 using the DataContractSerializer. |
![]() | NetDataContractSerializerSection | Handles the XML elements used to configure serialization by the NetDataContractSerializer. |
![]() | ParameterElement | 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 by the DataContractSerializer. |
![]() | ParameterElementCollection | This API supports the product infrastructure and is not intended to be used directly from your code. Handles the XML elements used to configure serialization by the DataContractSerializer. |
![]() | 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 serialization by the DataContractSerializer. |
![]() | TypeElement | Handles the XML elements used to configure serialization by the DataContractSerializer. |
![]() | TypeElementCollection | 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 known types used for serialization by the DataContractSerializer. |
