ReadOnlyDictionaryCodec<TKey,TValue> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Orleans.RegisterSerializer]
public sealed class ReadOnlyDictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.ObjectModel.ReadOnlyDictionary<TKey,TValue>,Orleans.Serialization.Codecs.ReadOnlyDictionarySurrogate<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type ReadOnlyDictionaryCodec<'Key, 'Value> = class
inherit GeneralizedReferenceTypeSurrogateCodec<ReadOnlyDictionary<'Key, 'Value>, ReadOnlyDictionarySurrogate<'Key, 'Value>>
Public NotInheritable Class ReadOnlyDictionaryCodec(Of TKey, TValue)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of ReadOnlyDictionary(Of TKey, TValue), ReadOnlyDictionarySurrogate(Of TKey, TValue))
Parâmetros de tipo
- TKey
- TValue
- Herança
-
GeneralizedReferenceTypeSurrogateCodec<ReadOnlyDictionary<TKey,TValue>,ReadOnlyDictionarySurrogate<TKey,TValue>>ReadOnlyDictionaryCodec<TKey,TValue>
- Atributos
Construtores
ReadOnlyDictionaryCodec<TKey,TValue>(IValueSerializer<ReadOnlyDictionarySurrogate<TKey,TValue>>) |
Métodos
ConvertFromSurrogate(ReadOnlyDictionarySurrogate<TKey,TValue>) | |
ConvertFromSurrogate(TSurrogate) |
Converte um valor do tipo alternativo para o tipo de campo. (Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ConvertToSurrogate(ReadOnlyDictionary<TKey,TValue>, ReadOnlyDictionarySurrogate<TKey,TValue>) | |
ConvertToSurrogate(TField, TSurrogate) |
Converte um valor no tipo alternativo. (Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ReadValue<TInput>(Reader<TInput>, Field) |
Lê um valor. (Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField) |
Grava um campo. (Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |