Selerix Developer Tools
Deserialize(Stream,Type) Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SerializationHelper Class > Deserialize Method : Deserialize(Stream,Type) Method
The stream.
Type of the object.
Deserializes the specified stream.
Syntax
'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.
See Also

Reference

SerializationHelper Class
SerializationHelper Members
Overload List