Skip to content

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

Methods