HashSetCodec<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の HashSet<T>シリアライザー。
[Orleans.RegisterSerializer]
public sealed class HashSetCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.HashSet<T>>
[Orleans.RegisterSerializer]
public sealed class HashSetCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.HashSet<T>>, Orleans.Serialization.Serializers.IBaseCodec<System.Collections.Generic.HashSet<T>>
[<Orleans.RegisterSerializer>]
type HashSetCodec<'T> = class
interface IFieldCodec<HashSet<'T>>
interface IFieldCodec
[<Orleans.RegisterSerializer>]
type HashSetCodec<'T> = class
interface IFieldCodec<HashSet<'T>>
interface IFieldCodec
interface IBaseCodec<HashSet<'T>>
interface IBaseCodec
Public NotInheritable Class HashSetCodec(Of T)
Implements IFieldCodec(Of HashSet(Of T))
Public NotInheritable Class HashSetCodec(Of T)
Implements IBaseCodec(Of HashSet(Of T)), IFieldCodec(Of HashSet(Of T))
型パラメーター
- T
要素型。
- 継承
-
HashSetCodec<T>
- 属性
- 実装
コンストラクター
HashSetCodec<T>(IFieldCodec<T>, IFieldCodec<IEqualityComparer<T>>) |
HashSetCodec<T> クラスの新しいインスタンスを初期化します。 |
メソッド
明示的なインターフェイスの実装
IBaseCodec<HashSet<T>>.Deserialize<TInput>(Reader<TInput>, HashSet<T>) |
の HashSet<T>シリアライザー。 |