Поделиться через


KeyValuePairCodec<TKey,TValue> Класс

Определение

Сериализатор для 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))

Параметры типа

TKey

Тип ключа.

TValue

Тип значения.

Наследование
KeyValuePairCodec<TKey,TValue>
Атрибуты
Реализации

Конструкторы

KeyValuePairCodec<TKey,TValue>(IFieldCodec<TKey>, IFieldCodec<TValue>)

Инициализирует новый экземпляр класса KeyValuePairCodec<TKey,TValue>.

Методы

ReadValue<TInput>(Reader<TInput>, Field)

Считывает значение.

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, KeyValuePair<TKey,TValue>)

Записывает поле.

Применяется к