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> 序列化程式。 |