DataContractJsonSerializer::IsStartObject Method (XmlReader^)
.NET Framework (current version)
Determines whether the XmlReader is positioned on an object that can be deserialized.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- reader
-
Type:
System.Xml::XmlReader^
The XmlReader used to read the XML stream.
This method checks whether the reader is positioned on an element that can be deserialized, and returns true if it is. To return true, the found element must have the expected name.
.NET Framework
Available since 3.5
Available since 3.5
Show: