DictionaryBaseCodec<TKey,TValue> クラス

定義

Dictionary<TKey,TValue>シリアライザー。

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

型パラメーター

TKey

キーの型。

TValue

値の型です。

継承
DictionaryBaseCodec<TKey,TValue>
属性
実装

コンストラクター

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

DictionaryCodec<TKey,TValue> クラスの新しいインスタンスを初期化します。

明示的なインターフェイスの実装

IBaseCodec<Dictionary<TKey,TValue>>.Deserialize<TInput>(Reader<TInput>, Dictionary<TKey,TValue>)

Dictionary<TKey,TValue>シリアライザー。

IBaseCodec<Dictionary<TKey,TValue>>.Serialize<TBufferWriter>(Writer<TBufferWriter>, Dictionary<TKey,TValue>)

Dictionary<TKey,TValue>シリアライザー。

適用対象