Skip to content

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

Methods