Partilhar via


SortedDictionaryCodec<TKey,TValue> Classe

Definição

Serializador para 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))

Parâmetros de tipo

TKey

O tipo principal.

TValue

O tipo de valor.

Herança
SortedDictionaryCodec<TKey,TValue>
Atributos

Construtores

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

Inicializa uma nova instância da classe SortedDictionaryCodec<TKey,TValue>.

Métodos

ConvertFromSurrogate(SortedDictionarySurrogate<TKey,TValue>)

Serializador para SortedDictionary<TKey,TValue>.

ConvertFromSurrogate(TSurrogate)

Converte um valor do tipo alternativo para o tipo de campo.

(Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(SortedDictionary<TKey,TValue>, SortedDictionarySurrogate<TKey,TValue>)

Serializador para SortedDictionary<TKey,TValue>.

ConvertToSurrogate(TField, TSurrogate)

Converte um valor para o tipo alternativo.

(Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ReadValue<TInput>(Reader<TInput>, Field)

Lê um valor.

(Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

Grava um campo.

(Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)

Aplica-se a