次の方法で共有


CodecProvider.GetCodec メソッド

定義

オーバーロード

GetCodec(Type)

特定の種類のコーデックを取得します。

GetCodec<TField>()

指定した種類のコーデックを取得します。

GetCodec(Type)

特定の種類のコーデックを取得します。

public Orleans.Serialization.Codecs.IFieldCodec GetCodec (Type fieldType);
abstract member GetCodec : Type -> Orleans.Serialization.Codecs.IFieldCodec
override this.GetCodec : Type -> Orleans.Serialization.Codecs.IFieldCodec
Public Function GetCodec (fieldType As Type) As IFieldCodec

パラメーター

fieldType
Type

フィールドの型。

戻り値

コーデック。

実装

適用対象

GetCodec<TField>()

指定した種類のコーデックを取得します。

public Orleans.Serialization.Codecs.IFieldCodec<TField> GetCodec<TField> ();
abstract member GetCodec : unit -> Orleans.Serialization.Codecs.IFieldCodec<'Field>
override this.GetCodec : unit -> Orleans.Serialization.Codecs.IFieldCodec<'Field>
Public Function GetCodec(Of TField) () As IFieldCodec(Of TField)

型パラメーター

TField

フィールドの型。

戻り値

IFieldCodec<TField>

コーデック。

実装

適用対象