Skip to content

ReadOnlyDictionaryCodec<TKey, TValue>

class

Namespace: Orleans.Serialization.Codecs

Surrogate serializer for TField and all sub-types.
public sealed class ReadOnlyDictionaryCodec<TKey, TValue> : GeneralizedReferenceTypeSurrogateCodec<ReadOnlyDictionary<TKey, TValue>, ReadOnlyDictionarySurrogate<TKey, TValue>>

Constructors

Methods