IFieldCodec<T> インターフェイス

定義

指定した型の値を読み書きするための機能を提供します。 IFieldCodec を実装します

public interface IFieldCodec<T> : Orleans.Serialization.Codecs.IFieldCodec
type IFieldCodec<'T> = interface
    interface IFieldCodec
Public Interface IFieldCodec(Of T)
Implements IFieldCodec

型パラメーター

T

この実装で読み取りと書き込みが可能な型。

派生
実装

メソッド

ReadValue<TInput>(Reader<TInput>, Field)

値を読み取ります。

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Object)

指定された型指定されていない値を使用してフィールドを書き込みます。 タイプはコーデック インスタンスと一致する必要があります。

(継承元 IFieldCodec)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, T)

フィールドを書き込みます。

明示的なインターフェイスの実装

IFieldCodec.ReadValue<TInput>(Reader<TInput>, Field)

指定した型の値を読み書きするための機能を提供します。 IFieldCodec を実装します

IFieldCodec.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Object)

指定した型の値を読み書きするための機能を提供します。 IFieldCodec を実装します

適用対象

こちらもご覧ください