Deserialize(XmlTextReader,Type) Method
In This Topic
Deserializes an XML-document instance
Syntax
'Declaration
Public Overloads Function Deserialize( _
ByVal As XmlTextReader, _
ByVal As Type _
) As Object
public object Deserialize(
XmlTextReader ,
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
See Also