Skip to content

ImmutableSortedSetCodec<T>

class

Namespace: Orleans.Serialization.Codecs

Serializer for System.Collections.Immutable.ImmutableSortedSet.
public sealed class ImmutableSortedSetCodec<T> : GeneralizedReferenceTypeSurrogateCodec<ImmutableSortedSet<T>, ImmutableSortedSetSurrogate<T>>

Constructors

Methods