CollectionCodec<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の 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>) |
フィールドを書き込みます。 |