SortedDictionaryCodec<TKey,TValue> 类

定义

SortedDictionary<TKey,TValue>序列化程序。

[Orleans.RegisterSerializer]
public sealed class SortedDictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Generic.SortedDictionary<TKey,TValue>,Orleans.Serialization.Codecs.SortedDictionarySurrogate<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type SortedDictionaryCodec<'Key, 'Value> = class
    inherit GeneralizedReferenceTypeSurrogateCodec<SortedDictionary<'Key, 'Value>, SortedDictionarySurrogate<'Key, 'Value>>
Public NotInheritable Class SortedDictionaryCodec(Of TKey, TValue)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of SortedDictionary(Of TKey, TValue), SortedDictionarySurrogate(Of TKey, TValue))

类型参数

TKey

键类型。

TValue

值类型。

继承
SortedDictionaryCodec<TKey,TValue>
属性

构造函数

SortedDictionaryCodec<TKey,TValue>(IValueSerializer<SortedDictionarySurrogate<TKey,TValue>>)

初始化 SortedDictionaryCodec<TKey,TValue> 类的新实例。

方法

ConvertFromSurrogate(SortedDictionarySurrogate<TKey,TValue>)

SortedDictionary<TKey,TValue>序列化程序。

ConvertFromSurrogate(TSurrogate)

将值从代理项类型转换为字段类型。

(继承自 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(SortedDictionary<TKey,TValue>, SortedDictionarySurrogate<TKey,TValue>)

SortedDictionary<TKey,TValue>序列化程序。

ConvertToSurrogate(TField, TSurrogate)

将值转换为代理项类型。

(继承自 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ReadValue<TInput>(Reader<TInput>, Field)

读取值。

(继承自 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

写入字段。

(继承自 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)

适用于