Freigeben über


DictionaryCodec<TKey,TValue> Klasse

Definition

Serialisierer für 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))

Typparameter

TKey

Der Schlüsseltyp.

TValue

Der Werttyp.

Vererbung
DictionaryCodec<TKey,TValue>
Attribute
Implementiert

Gilt für: