Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataContractJsonSerializer::IsStartObject Method

 

Gets a value that specifies whether the serializer can read the object.

Namespace:   System.Runtime.Serialization.Json
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

NameDescription
System_CAPS_pubmethodIsStartObject(XmlDictionaryReader^)

Gets a value that specifies whether the XmlDictionaryReader is positioned over an XML element that represents an object the serializer can deserialize from.(Overrides XmlObjectSerializer::IsStartObject(XmlDictionaryReader^).)

System_CAPS_pubmethodIsStartObject(XmlReader^)

Determines whether the XmlReader is positioned on an object that can be deserialized.(Overrides XmlObjectSerializer::IsStartObject(XmlReader^).)

This method checks whether the reader is correctly positioned on an object that can be deserialized. Note that this method is intended for advanced scenarios when working with XML mapped from JSON.

Return to top
Show:
© 2017 Microsoft