ImmutableSortedDictionaryCodec<TKey,TValue> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の ImmutableSortedDictionary<TKey,TValue>シリアライザー。
[Orleans.RegisterSerializer]
public sealed class ImmutableSortedDictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>,Orleans.Serialization.Codecs.ImmutableSortedDictionarySurrogate<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type ImmutableSortedDictionaryCodec<'Key, 'Value> = class
inherit GeneralizedReferenceTypeSurrogateCodec<ImmutableSortedDictionary<'Key, 'Value>, ImmutableSortedDictionarySurrogate<'Key, 'Value>>
Public NotInheritable Class ImmutableSortedDictionaryCodec(Of TKey, TValue)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of ImmutableSortedDictionary(Of TKey, TValue), ImmutableSortedDictionarySurrogate(Of TKey, TValue))
型パラメーター
- TKey
キーの型。
- TValue
値の型です。
- 継承
-
GeneralizedReferenceTypeSurrogateCodec<ImmutableSortedDictionary<TKey,TValue>,ImmutableSortedDictionarySurrogate<TKey,TValue>>ImmutableSortedDictionaryCodec<TKey,TValue>
- 属性
コンストラクター
ImmutableSortedDictionaryCodec<TKey,TValue>(IValueSerializer<ImmutableSortedDictionarySurrogate<TKey,TValue>>) |
ImmutableSortedDictionaryCodec<TKey,TValue> クラスの新しいインスタンスを初期化します。 |