DictionaryBaseCodec<TKey,TValue>.IBaseCodec<Dictionary<TKey,TValue>>.Deserialize<TInput> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
void IBaseCodec<Dictionary<TKey,TValue>>.Deserialize<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, System.Collections.Generic.Dictionary<TKey,TValue> value);
abstract member Orleans.Serialization.Serializers.IBaseCodec<System.Collections.Generic.Dictionary<TKey,TValue>>.Deserialize : Reader * System.Collections.Generic.Dictionary<'Key, 'Value> -> unit
override this.Orleans.Serialization.Serializers.IBaseCodec<System.Collections.Generic.Dictionary<TKey,TValue>>.Deserialize : Reader * System.Collections.Generic.Dictionary<'Key, 'Value> -> unit
Sub Deserialize(Of TInput) (ByRef reader As Reader(Of TInput), value As Dictionary(Of TKey, TValue)) Implements IBaseCodec(Of Dictionary(Of TKey, TValue)).Deserialize
Type Parameters
- TInput
Parameters
- reader
- Reader<TInput>
- value
- Dictionary<TKey,TValue>