次の方法で共有


ConcurrentDictionaryCodec<TKey,TValue> クラス

定義

ConcurrentDictionary<TKey,TValue>シリアライザー。

[Orleans.RegisterSerializer]
public sealed class ConcurrentDictionaryCodec<TKey,TValue> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>,Orleans.Serialization.Codecs.ConcurrentDictionarySurrogate<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type ConcurrentDictionaryCodec<'Key, 'Value> = class
    inherit GeneralizedReferenceTypeSurrogateCodec<ConcurrentDictionary<'Key, 'Value>, ConcurrentDictionarySurrogate<'Key, 'Value>>
Public NotInheritable Class ConcurrentDictionaryCodec(Of TKey, TValue)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of ConcurrentDictionary(Of TKey, TValue), ConcurrentDictionarySurrogate(Of TKey, TValue))

型パラメーター

TKey

t キーの型。

TValue

t 値の型。

継承
ConcurrentDictionaryCodec<TKey,TValue>
属性

コンストラクター

ConcurrentDictionaryCodec<TKey,TValue>(IValueSerializer<ConcurrentDictionarySurrogate<TKey,TValue>>)

ConcurrentDictionaryCodec<TKey,TValue> クラスの新しいインスタンスを初期化します。

メソッド

ConvertFromSurrogate(ConcurrentDictionarySurrogate<TKey,TValue>)

ConcurrentDictionary<TKey,TValue>シリアライザー。

ConvertFromSurrogate(TSurrogate)

値をサロゲート型からフィールド型に変換します。

(継承元 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(ConcurrentDictionary<TKey,TValue>, ConcurrentDictionarySurrogate<TKey,TValue>)

ConcurrentDictionary<TKey,TValue>シリアライザー。

ConvertToSurrogate(TField, TSurrogate)

値をサロゲート型に変換します。

(継承元 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ReadValue<TInput>(Reader<TInput>, Field)

値を読み取ります。

(継承元 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

フィールドを書き込みます。

(継承元 GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)

適用対象