ResourceJsonConverter.CanConvert(Type) Method

Definition

Returns true if the object being serialized is assignable from the Resource type. False otherwise.

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

Parameters

objectType
Type

The type of the object to check.

Returns

True if the object being serialized is assignable from the base type. False otherwise.

Applies to