ImmutableDictionaryCodec<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.
Serialisierungsprogramm für ImmutableDictionary<TKey,TValue>.
[Orleans.RegisterSerializer]
public sealed class ImmutableDictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Immutable.ImmutableDictionary<TKey,TValue>,Orleans.Serialization.Codecs.ImmutableDictionarySurrogate<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type ImmutableDictionaryCodec<'Key, 'Value> = class
inherit GeneralizedReferenceTypeSurrogateCodec<ImmutableDictionary<'Key, 'Value>, ImmutableDictionarySurrogate<'Key, 'Value>>
Public NotInheritable Class ImmutableDictionaryCodec(Of TKey, TValue)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of ImmutableDictionary(Of TKey, TValue), ImmutableDictionarySurrogate(Of TKey, TValue))
Typparameter
- TKey
Der Schlüsseltyp.
- TValue
Der Werttyp.
- Vererbung
-
GeneralizedReferenceTypeSurrogateCodec<ImmutableDictionary<TKey,TValue>,ImmutableDictionarySurrogate<TKey,TValue>>ImmutableDictionaryCodec<TKey,TValue>
- Attribute
Konstruktoren
ImmutableDictionaryCodec<TKey,TValue>(IValueSerializer<ImmutableDictionarySurrogate<TKey,TValue>>) |
Initialisiert eine neue Instanz der ImmutableDictionaryCodec<TKey,TValue>-Klasse. |
Methoden
ConvertFromSurrogate(ImmutableDictionarySurrogate<TKey,TValue>) |
Serialisierungsprogramm für ImmutableDictionary<TKey,TValue>. |
ConvertFromSurrogate(TSurrogate) |
Konvertiert einen Wert vom Ersatztyp in den Feldtyp. (Geerbt von GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ConvertToSurrogate(ImmutableDictionary<TKey,TValue>, ImmutableDictionarySurrogate<TKey,TValue>) |
Serialisierungsprogramm für ImmutableDictionary<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>) |