IFieldCodecProvider 接口

定义

提供对字段编解码器的访问。

public interface IFieldCodecProvider
type IFieldCodecProvider = interface
Public Interface IFieldCodecProvider
派生

方法

GetCodec(Type)

获取特定类型的编解码器。

GetCodec<TField>()

获取指定类型的编解码器。

TryGetCodec(Type)

获取特定类型的编解码器,如果未 null 找到适当的编解码器,则获取该编解码器。

TryGetCodec<TField>()

获取特定类型的编解码器,如果未 null 找到适当的编解码器,则获取该编解码器。

适用于