KeyValuePairCodec<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.
Serializador para KeyValuePair<TKey,TValue>.
[Orleans.RegisterSerializer]
public sealed class KeyValuePairCodec<TKey,TValue> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.KeyValuePair<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type KeyValuePairCodec<'Key, 'Value> = class
interface IFieldCodec<KeyValuePair<'Key, 'Value>>
interface IFieldCodec
Public NotInheritable Class KeyValuePairCodec(Of TKey, TValue)
Implements IFieldCodec(Of KeyValuePair(Of TKey, TValue))
Parâmetros de tipo
- TKey
O tipo principal.
- TValue
O tipo de valor.
- Herança
-
KeyValuePairCodec<TKey,TValue>
- Atributos
- Implementações
-
IFieldCodec IFieldCodec<KeyValuePair<TKey,TValue>>
Construtores
KeyValuePairCodec<TKey,TValue>(IFieldCodec<TKey>, IFieldCodec<TValue>) |
Inicializa uma nova instância da classe KeyValuePairCodec<TKey,TValue>. |
Métodos
ReadValue<TInput>(Reader<TInput>, Field) |
Lê um valor. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, KeyValuePair<TKey,TValue>) |
Grava um campo. |