CollectionCodec<T> クラス

定義

Collection<T>シリアライザー。

[Orleans.RegisterSerializer]
public sealed class CollectionCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.ObjectModel.Collection<T>>
[<Orleans.RegisterSerializer>]
type CollectionCodec<'T> = class
    interface IFieldCodec<Collection<'T>>
    interface IFieldCodec
Public NotInheritable Class CollectionCodec(Of T)
Implements IFieldCodec(Of Collection(Of T))

型パラメーター

T

要素型。

継承
CollectionCodec<T>
属性
実装

コンストラクター

CollectionCodec<T>(IFieldCodec<T>)

CollectionCodec<T> クラスの新しいインスタンスを初期化します。

メソッド

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

値を読み取ります。

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Collection<T>)

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

適用対象