DeserializeText Method (Serializer)
In This Topic
Deserializes text of element or attribute into object of appropriate type
Syntax
'Declaration
Public Function DeserializeText( _
ByVal As XmlTextReader, _
ByVal As System.Type _
) As System.Object
public System.object DeserializeText(
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
See Also