Skip to content

ReadOnlyDictionaryCodec<TKey, TValue>

class

Namespace: Orleans.Serialization.Codecs

Serializer for System.Collections.ObjectModel.ReadOnlyDictionary.
public sealed class ReadOnlyDictionaryCodec<TKey, TValue> : GeneralizedReferenceTypeSurrogateCodec<ReadOnlyDictionary<TKey, TValue>, ReadOnlyDictionarySurrogate<TKey, TValue>>
where TKey : notnull

Constructors

Methods