DataContractSerializer.IsStartObject Method (XmlReader)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Return Value
Type: System.Booleantrue if the reader is at the start element of the stream to read; otherwise, false.
Show: