ImmutableSortedSetCodec<T>
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Collections.Immutable.ImmutableSortedSet. public sealed class ImmutableSortedSetCodec<T> : GeneralizedReferenceTypeSurrogateCodec<ImmutableSortedSet<T>, ImmutableSortedSetSurrogate<T>>Constructors
ImmutableSortedSetCodec<T>(IValueSerializer<ImmutableSortedSetSurrogate<T>>)Initializes a new instance of theOrleans.Serialization.Codecs.ImmutableSortedSetCodecclass.
Methods
ConvertFromSurrogate(ImmutableSortedSetSurrogate<T>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(ImmutableSortedSet<T>, ImmutableSortedSetSurrogate<T>)Converts a value to the surrogate type.
