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.
A DataContractResolver that knows how to resolve proxy types created for persistent ignorant classes to their base types. This is used with the DataContractSerializer.
public class ProxyDataContractResolver : System.Runtime.Serialization.DataContractResolver
type ProxyDataContractResolver = class
inherit DataContractResolver
Public Class ProxyDataContractResolver
Inherits DataContractResolver
- Inheritance
-
ProxyDataContractResolver
Constructors
ProxyDataContractResolver() |
Methods
ResolveName(String, String, Type, DataContractResolver) |
During deserialization, maps any xsi:type information to the actual type of the persistence-ignorant object. |
TryResolveType(Type, Type, DataContractResolver, XmlDictionaryString, XmlDictionaryString) |
During serialization, maps actual types to xsi:type information. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework