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


DictionaryCodec<TKey,TValue> Класс

Определение

Сериализатор для Dictionary<TKey,TValue>.

[Orleans.RegisterSerializer]
public sealed class DictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.Dictionary<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type DictionaryCodec<'Key, 'Value> = class
    interface IFieldCodec<Dictionary<'Key, 'Value>>
    interface IFieldCodec
Public NotInheritable Class DictionaryCodec(Of TKey, TValue)
Implements IFieldCodec(Of Dictionary(Of TKey, TValue))

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

TKey

Тип ключа.

TValue

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

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

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

DictionaryCodec<TKey,TValue>(IFieldCodec<TKey>, IFieldCodec<TValue>, IFieldCodec<IEqualityComparer<TKey>>)

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

Методы

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

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

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

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

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