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