Edit

Share via


OrleansJsonSerializer.IsSupportedType(Type) Method

Definition

Informs the serialization manager whether this serializer supports the type for serialization.

public bool IsSupportedType (Type itemType);
abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> bool
Public Function IsSupportedType (itemType As Type) As Boolean

Parameters

itemType
Type

The type of the item to be serialized

Returns

A value indicating whether the item can be serialized.

Implements

Applies to