DictionaryBaseCodec<TKey,TValue> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 Dictionary<TKey,TValue>串行化程式。
[Orleans.RegisterSerializer]
public sealed class DictionaryBaseCodec<TKey,TValue> : Orleans.Serialization.Serializers.IBaseCodec<System.Collections.Generic.Dictionary<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type DictionaryBaseCodec<'Key, 'Value> = class
interface IBaseCodec<Dictionary<'Key, 'Value>>
interface IBaseCodec
Public NotInheritable Class DictionaryBaseCodec(Of TKey, TValue)
Implements IBaseCodec(Of Dictionary(Of TKey, TValue))
類型參數
- TKey
索引鍵類型。
- TValue
值型別。
- 繼承
-
DictionaryBaseCodec<TKey,TValue>
- 屬性
- 實作
-
IBaseCodec IBaseCodec<Dictionary<TKey,TValue>>
建構函式
DictionaryBaseCodec<TKey,TValue>(IFieldCodec<TKey>, IFieldCodec<TValue>, IFieldCodec<IEqualityComparer<TKey>>) |
初始化 DictionaryCodec<TKey,TValue> 類別的新執行個體。 |