ProxyDataContractResolver Class

Definition

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