ProxyDataContractResolver Class
This class helps resolve proxy types that were created for persistence-ignorant data classes to the actual types of persistence-ignorant objects.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
System.Runtime.Serialization::DataContractResolver
System.Data.Objects::ProxyDataContractResolver
| Name | Description | |
|---|---|---|
![]() | ProxyDataContractResolver() | Initializes a new instance of the ProxyDataContractResolver class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ResolveName(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^).) |
![]() | 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.(Overrides DataContractResolver::TryResolveType(Type^, Type^, DataContractResolver^, XmlDictionaryString^%, XmlDictionaryString^%).) |
The ProxyDataContractResolver class is used with the DataContractSerializer.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

