Redigera

Dela via


IFieldCodecProvider Interface

Definition

Provides access to field codecs.

public interface IFieldCodecProvider
type IFieldCodecProvider = interface
Public Interface IFieldCodecProvider
Derived

Methods

GetCodec(Type)

Gets a codec for the specific type.

GetCodec<TField>()

Gets a codec for the specified type.

TryGetCodec(Type)

Gets a codec for the specific type, or null if no appropriate codec was found.

TryGetCodec<TField>()

Gets a codec for the specific type, or null if no appropriate codec was found.

Applies to