Redigera

Dela via


ICodecSelector Interface

Definition

Functionality used by general-purpose codecs (such as a JSON codec) to allow types to opt-in to using them.

public interface ICodecSelector
type ICodecSelector = interface
Public Interface ICodecSelector
Derived

Properties

CodecName

The well-known codec name, used to match an instance with a codec.

Methods

IsSupportedType(Type)

Returns true if the specified codec should be used for this type.

Applies to