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