SortedListCodec<TKey,TValue> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的 SortedList<TKey,TValue>序列化程序。
[Orleans.RegisterSerializer]
public sealed class SortedListCodec<TKey,TValue> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Generic.SortedList<TKey,TValue>,Orleans.Serialization.Codecs.SortedListSurrogate<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type SortedListCodec<'Key, 'Value> = class
inherit GeneralizedReferenceTypeSurrogateCodec<SortedList<'Key, 'Value>, SortedListSurrogate<'Key, 'Value>>
Public NotInheritable Class SortedListCodec(Of TKey, TValue)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of SortedList(Of TKey, TValue), SortedListSurrogate(Of TKey, TValue))
类型参数
- TKey
键类型。
- TValue
值类型。
- 继承
-
SortedListCodec<TKey,TValue>
- 属性
构造函数
SortedListCodec<TKey,TValue>(IValueSerializer<SortedListSurrogate<TKey,TValue>>) |
初始化 SortedListCodec<TKey,TValue> 类的新实例。 |