DictionaryBaseCodec<TKey, TValue>
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Collections.Generic.Dictionary. public sealed class DictionaryBaseCodec<TKey, TValue> : IBaseCodec, IBaseCodec<Dictionary<TKey, TValue>> where TKey : notnullConstructors
DictionaryBaseCodec<TKey, TValue>(IFieldCodec<TKey>, IFieldCodec<TValue>, IFieldCodec<IEqualityComparer<TKey>>)Initializes a new instance of theOrleans.Serialization.Codecs.DictionaryCodecclass.
