次の方法で共有


CollectionCodec<T> クラス

定義

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

[Orleans.RegisterSerializer]
public sealed class CollectionCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.ObjectModel.Collection<T>>, Orleans.Serialization.Serializers.IBaseCodec<System.Collections.ObjectModel.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
    interface IBaseCodec<Collection<'T>>
    interface IBaseCodec
[<Orleans.RegisterSerializer>]
type CollectionCodec<'T> = class
    interface IFieldCodec<Collection<'T>>
    interface IFieldCodec
Public NotInheritable Class CollectionCodec(Of T)
Implements IBaseCodec(Of Collection(Of T)), IFieldCodec(Of Collection(Of T))
Public NotInheritable Class CollectionCodec(Of T)
Implements IFieldCodec(Of Collection(Of T))

型パラメーター

T

要素型。

継承
CollectionCodec<T>
属性
実装

コンストラクター

名前 説明
CollectionCodec<T>(IFieldCodec<T>)

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

メソッド

名前 説明
Deserialize<TInput>(Reader<TInput>, Collection<T>)

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

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

値を読み取ります。

Serialize<TBufferWriter>(Writer<TBufferWriter>, Collection<T>)

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

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

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

適用対象