Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataContractSerializer::DataContractResolver Property

.NET Framework (current version)
 

Gets the component used to dynamically map xsi:type declarations to known contract types.

Namespace:   System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
property DataContractResolver^ DataContractResolver {
	DataContractResolver^ get();
}

Property Value

Type: System.Runtime.Serialization::DataContractResolver^

An implementation of the DataContractResolver class.

The DataContractResolver is set using a DataContractSerializer constructor.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft