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