SortedDictionaryCodec<TKey,TValue> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Serialisierer für 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))
Typparameter
- TKey
Der Schlüsseltyp.
- TValue
Der Werttyp.
- Vererbung
-
GeneralizedReferenceTypeSurrogateCodec<SortedDictionary<TKey,TValue>,SortedDictionarySurrogate<TKey,TValue>>SortedDictionaryCodec<TKey,TValue>
- Attribute
Konstruktoren
SortedDictionaryCodec<TKey,TValue>(IValueSerializer<SortedDictionarySurrogate<TKey,TValue>>) |
Initialisiert eine neue Instanz der SortedDictionaryCodec<TKey,TValue>-Klasse. |
Methoden
ConvertFromSurrogate(SortedDictionarySurrogate<TKey,TValue>) |
Serialisierer für SortedDictionary<TKey,TValue>. |
ConvertFromSurrogate(TSurrogate) |
Konvertiert einen Wert vom Ersatztyp in den Feldtyp. (Geerbt von GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ConvertToSurrogate(SortedDictionary<TKey,TValue>, SortedDictionarySurrogate<TKey,TValue>) |
Serialisierer für SortedDictionary<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>) |