ExceptionCodec.Deserialize 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.
Overloads
Deserialize<TInput>(Reader<TInput>, Exception) |
Deserializes into the provided value. |
Deserialize<TInput>(Reader<TInput>, Object) |
Deserializes into the provided value. |
Deserialize<TInput>(Reader<TInput>, Exception)
Deserializes into the provided value.
public void Deserialize<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Exception value);
abstract member Deserialize : Reader * Exception -> unit
override this.Deserialize : Reader * Exception -> unit
Public Sub Deserialize(Of TInput) (ByRef reader As Reader(Of TInput), value As Exception)
Type Parameters
- TInput
The reader input type.
Parameters
- reader
- Reader<TInput>
The reader.
- value
- Exception
The value.
Implements
Applies to
Deserialize<TInput>(Reader<TInput>, Object)
Deserializes into the provided value.
public void Deserialize<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, object value);
abstract member Deserialize : Reader * obj -> unit
override this.Deserialize : Reader * obj -> unit
Public Sub Deserialize(Of TInput) (ByRef reader As Reader(Of TInput), value As Object)
Type Parameters
- TInput
The reader input type.
Parameters
- reader
- Reader<TInput>
The reader.
- value
- Object
The value.