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