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