PersistStreamTypeWrapper.GetObject<T>(T) Method

Definition

Uses the IPersistStream interface of the object to deserialize an object from a byte stream.

C#
public void GetObject<T>(ref T obj);

Type Parameters

T

The object type.

Parameters

obj
T

An object into which the deserialized object will be placed.

Applies to

Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1