SortedSetCodec<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 SortedSet<T> 序列化程式。
[Orleans.RegisterSerializer]
public sealed class SortedSetCodec<T> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Generic.SortedSet<T>,Orleans.Serialization.Codecs.SortedSetSurrogate<T>>
[<Orleans.RegisterSerializer>]
type SortedSetCodec<'T> = class
inherit GeneralizedReferenceTypeSurrogateCodec<SortedSet<'T>, SortedSetSurrogate<'T>>
Public NotInheritable Class SortedSetCodec(Of T)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of SortedSet(Of T), SortedSetSurrogate(Of T))
類型參數
- T
元素類型。
- 繼承
- 屬性
建構函式
SortedSetCodec<T>(IValueSerializer<SortedSetSurrogate<T>>) |
初始化 SortedSetCodec<T> 類別的新執行個體。 |