Share via


XmlSerializerInputFormatter.CanReadType(Type) Method

Definition

Determines whether this InputFormatter can deserialize an object of the given type.

protected:
 override bool CanReadType(Type ^ type);
protected override bool CanReadType (Type type);
override this.CanReadType : Type -> bool
Protected Overrides Function CanReadType (type As Type) As Boolean

Parameters

type
Type

The Type of object that will be read.

Returns

true if the type can be read, otherwise false.

Applies to