ImmutableDictionaryCodec<TKey,TValue> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Sérialiseur pour 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))
Paramètres de type
- TKey
Type de clé.
- TValue
Type de valeur.
- Héritage
-
GeneralizedReferenceTypeSurrogateCodec<ImmutableDictionary<TKey,TValue>,ImmutableDictionarySurrogate<TKey,TValue>>ImmutableDictionaryCodec<TKey,TValue>
- Attributs
Constructeurs
ImmutableDictionaryCodec<TKey,TValue>(IValueSerializer<ImmutableDictionarySurrogate<TKey,TValue>>) |
Initialise une nouvelle instance de la classe ImmutableDictionaryCodec<TKey,TValue>. |
Méthodes
ConvertFromSurrogate(ImmutableDictionarySurrogate<TKey,TValue>) |
Sérialiseur pour ImmutableDictionary<TKey,TValue>. |
ConvertFromSurrogate(TSurrogate) |
Convertit une valeur du type de substitution en type de champ. (Hérité de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ConvertToSurrogate(ImmutableDictionary<TKey,TValue>, ImmutableDictionarySurrogate<TKey,TValue>) |
Sérialiseur pour ImmutableDictionary<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>) |