Share via


XmlSerializerInputFormatter.GetSerializableType(Type) Method

Definition

Gets the type to which the XML will be deserialized.

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

Parameters

declaredType
Type

The declared type.

Returns

The type to which the XML will be deserialized.

Applies to