Skip to content

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 : notnull

Constructors