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