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