SortedSetCodec<T>
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Collections.Generic.SortedSet. public sealed class SortedSetCodec<T> : GeneralizedReferenceTypeSurrogateCodec<SortedSet<T>, SortedSetSurrogate<T>>Constructors
SortedSetCodec<T>(IValueSerializer<SortedSetSurrogate<T>>)Initializes a new instance of theOrleans.Serialization.Codecs.SortedSetCodecclass.
Methods
ConvertFromSurrogate(SortedSetSurrogate<T>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(SortedSet<T>, SortedSetSurrogate<T>)Converts a value to the surrogate type.
