KeyValuePairCodec<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 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))
Paramètres de type
- TKey
Type de clé.
- TValue
Type de valeur.
- Héritage
-
KeyValuePairCodec<TKey,TValue>
- Attributs
- Implémente
-
IFieldCodec IFieldCodec<KeyValuePair<TKey,TValue>>
Constructeurs
KeyValuePairCodec<TKey,TValue>(IFieldCodec<TKey>, IFieldCodec<TValue>) |
Initialise une nouvelle instance de la classe KeyValuePairCodec<TKey,TValue>. |
Méthodes
ReadValue<TInput>(Reader<TInput>, Field) |
Lit une valeur. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, KeyValuePair<TKey,TValue>) |
Écrit un champ. |