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 Type _
) As Object
public object DeserializeText(
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