XmlDataContractSerializerInputFormatter.CanReadType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
true
if the type
can be read, otherwise false
.