ImmutableDictionaryCodec<TKey,TValue> Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Serializzatore per 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))
Parametri di tipo
- TKey
Tipo di chiave.
- TValue
Tipo di valore.
- Ereditarietà
-
GeneralizedReferenceTypeSurrogateCodec<ImmutableDictionary<TKey,TValue>,ImmutableDictionarySurrogate<TKey,TValue>>ImmutableDictionaryCodec<TKey,TValue>
- Attributi
Costruttori
ImmutableDictionaryCodec<TKey,TValue>(IValueSerializer<ImmutableDictionarySurrogate<TKey,TValue>>) |
Inizializza una nuova istanza della classe ImmutableDictionaryCodec<TKey,TValue>. |
Metodi
ConvertFromSurrogate(ImmutableDictionarySurrogate<TKey,TValue>) |
Serializzatore per ImmutableDictionary<TKey,TValue>. |
ConvertFromSurrogate(TSurrogate) |
Converte un valore dal tipo surrogato al tipo di campo. (Ereditato da GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ConvertToSurrogate(ImmutableDictionary<TKey,TValue>, ImmutableDictionarySurrogate<TKey,TValue>) |
Serializzatore per ImmutableDictionary<TKey,TValue>. |
ConvertToSurrogate(TField, TSurrogate) |
Converte un valore nel tipo surrogato. (Ereditato da GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ReadValue<TInput>(Reader<TInput>, Field) |
Legge un valore. (Ereditato da GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField) |
Scrive un campo. (Ereditato da GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |