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 : notnullConstructors
DictionaryCodec<TKey, TValue>(IFieldCodec<TKey>, IFieldCodec<TValue>, IFieldCodec<IEqualityComparer<TKey>>)Initializes a new instance of theOrleans.Serialization.Codecs.DictionaryCodecclass.
Methods
ReadValue(Reader<TInput>, Field)Reads a value.WriteField(Writer<TBufferWriter>, uint, Type, Dictionary<TKey, TValue>)Writes a field.
