ProxyDataContractResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class helps resolve proxy types that were created for persistence-ignorant data classes to the actual types of persistence-ignorant objects.
public ref class ProxyDataContractResolver : System::Runtime::Serialization::DataContractResolver
public class ProxyDataContractResolver : System.Runtime.Serialization.DataContractResolver
type ProxyDataContractResolver = class
inherit DataContractResolver
Public Class ProxyDataContractResolver
Inherits DataContractResolver
- Inheritance
Remarks
The ProxyDataContractResolver class is used with the DataContractSerializer.
Constructors
ProxyDataContractResolver() |
Initializes a new instance of the ProxyDataContractResolver class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ResolveName(String, String, Type, DataContractResolver) |
During deserialization, maps any |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TryResolveType(Type, Type, DataContractResolver, XmlDictionaryString, XmlDictionaryString) |
During serialization, maps actual types to |