Deserialize(Stream,Type) Method
'Declaration
Public Overloads Function Deserialize( _
ByVal As System.IO.Stream, _
ByVal As System.Type _
) As System.Object
public System.object Deserialize(
System.IO.Stream ,
System.Type
)
Parameters
- stream
- The Stream containing the XML-document instance to deserialize
- type
- The type of object being deserialized
Return Value
The Object being deserialized