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>)

写入字段。

适用于