Skip to content

IGeneralizedBaseCodec Methods

A base type serializer which supports multiple types.

IsSupportedType(Type)

abstract
public abstract bool IsSupportedType(Type type)
Determines whether the specified type is supported by this instance.

Parameters

typeType
The type.

Returns

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