ListCodec<T>.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.
public void Deserialize<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, System.Collections.Generic.List<T> value);
abstract member Deserialize : Reader * System.Collections.Generic.List<'T> -> unit
override this.Deserialize : Reader * System.Collections.Generic.List<'T> -> unit
Public Sub Deserialize(Of TInput) (ByRef reader As Reader(Of TInput), value As List(Of T))
Type Parameters
- TInput
Parameters
- reader
- Reader<TInput>
- value
- List<T>