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.
Assembly: EntityFramework (in EntityFramework.dll)
System.Runtime.Serialization.DataContractResolver
System.Data.Entity.Core.Objects.ProxyDataContractResolver
Name | Description | |
---|---|---|
![]() | ProxyDataContractResolver() | Initializes a new instance of the ProxyDataContractResolver class. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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() | (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).) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.