XmlSerializerOutputFormatter.GetSerializableType(Type) Method

Definition

Gets the type to be serialized.

protected:
 virtual Type ^ GetSerializableType(Type ^ type);
protected virtual Type GetSerializableType (Type type);
abstract member GetSerializableType : Type -> Type
override this.GetSerializableType : Type -> Type
Protected Overridable Function GetSerializableType (type As Type) As Type

Parameters

type
Type

The original type to be serialized

Returns

The original or wrapped type provided by any IWrapperProvider.

Applies to