Skip to content

DictionaryCodec<TKey, TValue>

class

Namespace: Orleans.Serialization.Codecs

Serializer for System.Collections.Generic.Dictionary.
public sealed class DictionaryCodec<TKey, TValue> : IFieldCodec, IFieldCodec<Dictionary<TKey, TValue>>
where TKey : notnull

Constructors

Methods