DictionaryCodec<TKey,TValue> クラス
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の Dictionary<TKey,TValue>シリアライザー。
[Orleans.RegisterSerializer]
public sealed class DictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.Dictionary<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type DictionaryCodec<'Key, 'Value> = class
interface IFieldCodec<Dictionary<'Key, 'Value>>
interface IFieldCodec
Public NotInheritable Class DictionaryCodec(Of TKey, TValue)
Implements IFieldCodec(Of Dictionary(Of TKey, TValue))
- TKey
キーの型。
- TValue
値の型です。
- 継承
-
DictionaryCodec<TKey,TValue>
- 属性
- 実装
-
IFieldCodec IFieldCodec<Dictionary<TKey,TValue>>
Dictionary |
DictionaryCodec<TKey,TValue> クラスの新しいインスタンスを初期化します。 |
Read |
値を読み取ります。 |
Write |
フィールドを書き込みます。 |
製品 | バージョン |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0 |