Edit

Share via


JsonCodec.IGeneralizedCodec.IsSupportedType(Type) Method

Definition

Determines whether the specified type is supported by this instance.

bool IGeneralizedCodec.IsSupportedType (Type type);
abstract member Orleans.Serialization.Serializers.IGeneralizedCodec.IsSupportedType : Type -> bool
override this.Orleans.Serialization.Serializers.IGeneralizedCodec.IsSupportedType : Type -> bool
Function IsSupportedType (type As Type) As Boolean Implements IGeneralizedCodec.IsSupportedType

Parameters

type
Type

The type.

Returns

true if the specified type is supported; otherwise, false.

Implements

Applies to