'Declaration
Public Overloads Shared Function Deserialize( _ ByVal stream As Stream, _ ByVal objectType As Type _ ) As Object
'Usage
Dim stream As Stream Dim objectType As Type Dim value As Object value = SerializationHelper.Deserialize(stream, objectType)
public static object Deserialize( Stream stream, Type objectType )
public function Deserialize( stream: Stream; objectType: Type ): TObject; static;
public static function Deserialize( stream : Stream, objectType : Type ) : Object;
public: static Object* Deserialize( Stream* stream, Type* objectType )
public: static Object^ Deserialize( Stream^ stream, Type^ objectType )
Parameters
- stream
- The stream.
- objectType
- Type of the object.