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
ConvertFromSurrogate(ReadOnlyDictionarySurrogate<TKey, TValue>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(ReadOnlyDictionary<TKey, TValue>, ReadOnlyDictionarySurrogate<TKey, TValue>)Converts a value to the surrogate type.
