Düzenle

Aracılığıyla paylaş


ISpecializableBaseCodec Interface

Definition

Provides functionality for creating IBaseCodec instances which support a given type.

public interface ISpecializableBaseCodec
type ISpecializableBaseCodec = interface
Public Interface ISpecializableBaseCodec

Methods

GetSpecializedCodec(Type)

Gets an IBaseCodec implementation which supports the specified type.

IsSupportedType(Type)

Determines whether the specified type is supported by this instance.

Applies to