WrapperProviderContext Class

Definition

The context used by an IWrapperProvider to wrap or un-wrap types.

public ref class WrapperProviderContext
public class WrapperProviderContext
type WrapperProviderContext = class
Public Class WrapperProviderContext
Inheritance
WrapperProviderContext

Constructors

WrapperProviderContext(Type, Boolean)

Initializes a WrapperProviderContext.

Properties

DeclaredType

The declared type which could be wrapped/un-wrapped by a different type during serialization or deserialization.

IsSerialization

true if a wrapper provider is invoked during serialization, false otherwise.

Applies to