JsonConvertDeserializeXmlNode Method |
Name | Description | |
---|---|---|
DeserializeXmlNode(String) |
Deserializes the XmlNode from a JSON string.
| |
DeserializeXmlNode(String, String) |
Deserializes the XmlNode from a JSON string nested in a root element specified by deserializeRootElementName.
| |
DeserializeXmlNode(String, String, Boolean) |
Deserializes the XmlNode from a JSON string nested in a root element specified by deserializeRootElementName
and writes a Json.NET array attribute for collections.
| |
DeserializeXmlNode(String, String, Boolean, Boolean) |
Deserializes the XmlNode from a JSON string nested in a root element specified by deserializeRootElementName,
writes a Json.NET array attribute for collections, and encodes special characters.
|