JsonCreationConverter<T>.CanConvert(Type) Method

Definition

Determines if this converted is designed to deserialization to objects of the specified type.

public override bool CanConvert (Type objectType);
override this.CanConvert : Type -> bool
Public Overrides Function CanConvert (objectType As Type) As Boolean

Parameters

objectType
Type

The target type for deserialization.

Returns

Boolean

True if the type is supported.

Applies to