DataContractSerializerOperationBehavior::DataContractResolver Property

.NET Framework (current version)
 

Gets or sets an implementation of the DataContractResolver that is used to dynamically map types during serialization and deserialization processes.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property DataContractResolver^ DataContractResolver {
	DataContractResolver^ get();
	void set(DataContractResolver^ value);
}

Property Value

Type: System.Runtime.Serialization::DataContractResolver^

Type: DataContractResolver

A class that maps an xsi:type to a known data contract type.

For more information, see the DataContractResolver class document.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Return to top
Show: