ProxyDataContractResolver Class

Definition

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
ProxyDataContractResolver

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 xsi:type information to the actual type of the persistence-ignorant object.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryResolveType(Type, Type, DataContractResolver, XmlDictionaryString, XmlDictionaryString)

During serialization, maps actual types to xsi:type information.

Applies to