Freigeben über


ImmutableSortedDictionaryCodec<TKey,TValue> Klasse

Definition

Serialisierungsprogramm für ImmutableSortedDictionary<TKey,TValue>.

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

Typparameter

TKey

Der Schlüsseltyp.

TValue

Der Werttyp.

Vererbung
ImmutableSortedDictionaryCodec<TKey,TValue>
Attribute

Konstruktoren

ImmutableSortedDictionaryCodec<TKey,TValue>(IValueSerializer<ImmutableSortedDictionarySurrogate<TKey,TValue>>)

Initialisiert eine neue Instanz der ImmutableSortedDictionaryCodec<TKey,TValue>-Klasse.

Methoden

ConvertFromSurrogate(ImmutableSortedDictionarySurrogate<TKey,TValue>)

Serialisierungsprogramm für ImmutableSortedDictionary<TKey,TValue>.

ConvertFromSurrogate(TSurrogate)

Konvertiert einen Wert vom Ersatztyp in den Feldtyp.

(Geerbt von GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(ImmutableSortedDictionary<TKey,TValue>, ImmutableSortedDictionarySurrogate<TKey,TValue>)

Serialisierungsprogramm für ImmutableSortedDictionary<TKey,TValue>.

ConvertToSurrogate(TField, TSurrogate)

Konvertiert einen Wert in den Ersatztyp.

(Geerbt von GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ReadValue<TInput>(Reader<TInput>, Field)

Liest einen Wert.

(Geerbt von GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

Schreibt ein Feld.

(Geerbt von GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)

Gilt für: