Edit

Share via


DictionaryCodec<TKey,TValue> Class

Definition

Serializer for 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))

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
DictionaryCodec<TKey,TValue>
Attributes
Implements

Applies to