ProxyDataContractResolver Class

 

A DataContractResolver that knows how to resolve proxy types created for persistent ignorant classes to their base types. This is used with the DataContractSerializer.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Runtime.Serialization.DataContractResolver
    System.Data.Entity.Core.Objects.ProxyDataContractResolver

public class ProxyDataContractResolver : DataContractResolver

NameDescription
System_CAPS_pubmethodProxyDataContractResolver()

Initializes a new instance of the ProxyDataContractResolver class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResolveName(String, String, Type, DataContractResolver)

During deserialization, maps any xsi:type information to the actual type of the persistence-ignorant object.(Overrides DataContractResolver.ResolveName(String, String, Type, DataContractResolver).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryResolveType(Type, Type, DataContractResolver, XmlDictionaryString, XmlDictionaryString)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.