ConcurrentDictionaryCodec<TKey, TValue>
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Collections.Concurrent.ConcurrentDictionary. public sealed class ConcurrentDictionaryCodec<TKey, TValue> : GeneralizedReferenceTypeSurrogateCodec<ConcurrentDictionary<TKey, TValue>, ConcurrentDictionarySurrogate<TKey, TValue>>Constructors
ConcurrentDictionaryCodec<TKey, TValue>(IValueSerializer<ConcurrentDictionarySurrogate<TKey, TValue>>)Initializes a new instance of theOrleans.Serialization.Codecs.ConcurrentDictionaryCodecclass.
Methods
ConvertFromSurrogate(ConcurrentDictionarySurrogate<TKey, TValue>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(ConcurrentDictionary<TKey, TValue>, ConcurrentDictionarySurrogate<TKey, TValue>)Converts a value to the surrogate type.
