Noemax.Newtonsoft.Json.Converters Namespace : XmlNodeConverter Class |
The following tables list the members exposed by XmlNodeConverter.
Name | Description | |
---|---|---|
![]() | XmlNodeConverter Constructor |
Name | Description | |
---|---|---|
![]() | CanRead | Gets a value indicating whether this Noemax.Newtonsoft.Json.JsonConverter can read JSON. (Inherited from Noemax.Newtonsoft.Json.JsonConverter) |
![]() | CanWrite | Gets a value indicating whether this Noemax.Newtonsoft.Json.JsonConverter can write JSON. (Inherited from Noemax.Newtonsoft.Json.JsonConverter) |
![]() | DeserializeRootElementName | Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements. |
![]() | OmitRootObject | Gets or sets a value indicating whether to write the root JSON object. |
![]() | WriteArrayAttribute | Gets or sets a flag to indicate whether to write the Json.NET array attribute. This attribute helps preserve arrays when converting the written XML back to JSON. |
Name | Description | |
---|---|---|
![]() | CanConvert | Overridden. Determines whether this instance can convert the specified value type. |
![]() | GetSchema | Gets the Noemax.Newtonsoft.Json.Schema.JsonSchema of the JSON produced by the JsonConverter. (Inherited from Noemax.Newtonsoft.Json.JsonConverter) |
![]() | ReadJson | Overridden. Reads the JSON representation of the object. |
![]() | WriteJson | Overridden. Writes the JSON representation of the object. |