DataContractSerializer::DataContractResolver Property
.NET Framework (current version)
Gets the component used to dynamically map xsi:type declarations to known contract types.
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
Available since 4.0
Show: