CodecProvider.GetCodec メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
コーデック。