Partager via


SortedListCodec<TKey,TValue> Classe

Définition

Sérialiseur pour 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))

Paramètres de type

TKey

Type de clé.

TValue

Type de valeur.

Héritage
SortedListCodec<TKey,TValue>
Attributs

Constructeurs

SortedListCodec<TKey,TValue>(IValueSerializer<SortedListSurrogate<TKey,TValue>>)

Initialise une nouvelle instance de la classe SortedListCodec<TKey,TValue>.

Méthodes

ConvertFromSurrogate(SortedListSurrogate<TKey,TValue>)

Sérialiseur pour SortedList<TKey,TValue>.

ConvertFromSurrogate(TSurrogate)

Convertit une valeur du type de substitution en type de champ.

(Hérité de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(SortedList<TKey,TValue>, SortedListSurrogate<TKey,TValue>)

Sérialiseur pour SortedList<TKey,TValue>.

ConvertToSurrogate(TField, TSurrogate)

Convertit une valeur en type de substitution.

(Hérité de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ReadValue<TInput>(Reader<TInput>, Field)

Lit une valeur.

(Hérité de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

Écrit un champ.

(Hérité de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)

S’applique à