次の方法で共有


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>
属性
実装

適用対象