SortedDictionaryCodec<TKey,TValue> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializer for SortedDictionary<TKey,TValue>.
[Orleans.RegisterSerializer]
public sealed class SortedDictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Generic.SortedDictionary<TKey,TValue>,Orleans.Serialization.Codecs.SortedDictionarySurrogate<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type SortedDictionaryCodec<'Key, 'Value> = class
inherit GeneralizedReferenceTypeSurrogateCodec<SortedDictionary<'Key, 'Value>, SortedDictionarySurrogate<'Key, 'Value>>
Public NotInheritable Class SortedDictionaryCodec(Of TKey, TValue)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of SortedDictionary(Of TKey, TValue), SortedDictionarySurrogate(Of TKey, TValue))
Type Parameters
- TKey
The key type.
- TValue
The value type.
- Inheritance
-
GeneralizedReferenceTypeSurrogateCodec<SortedDictionary<TKey,TValue>,SortedDictionarySurrogate<TKey,TValue>>SortedDictionaryCodec<TKey,TValue>
- Attributes
Constructors
SortedDictionaryCodec<TKey,TValue>(IValueSerializer<SortedDictionarySurrogate<TKey,TValue>>) |
Initializes a new instance of the SortedDictionaryCodec<TKey,TValue> class. |