Edit

Share via


ProtobufSerializer.IsSupportedType(Type) Method

Definition

Determines whether this serializer has the ability to serialize a particular type.

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 type can be serialized

Implements

Applies to