Skip to content

ImmutableSortedDictionaryCodec<TKey, TValue>

class

Namespace: Orleans.Serialization.Codecs

Serializer for System.Collections.Immutable.ImmutableSortedDictionary.
public sealed class ImmutableSortedDictionaryCodec<TKey, TValue> : GeneralizedReferenceTypeSurrogateCodec<ImmutableSortedDictionary<TKey, TValue>, ImmutableSortedDictionarySurrogate<TKey, TValue>>

Constructors

Methods