WCF-Xtensions Class Reference for Mono
XmlNodeConverter Class Members
Properties  Methods 


The following tables list the members exposed by XmlNodeConverter.

Public Constructors
 NameDescription
Public ConstructorXmlNodeConverter Constructor  
Top
Public Properties
 NameDescription
Public PropertyCanReadGets a value indicating whether this Noemax.Newtonsoft.Json.JsonConverter can read JSON. (Inherited from Noemax.Newtonsoft.Json.JsonConverter)
Public PropertyCanWriteGets a value indicating whether this Noemax.Newtonsoft.Json.JsonConverter can write JSON. (Inherited from Noemax.Newtonsoft.Json.JsonConverter)
Public PropertyDeserializeRootElementName Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.  
Public PropertyOmitRootObject Gets or sets a value indicating whether to write the root JSON object.  
Public PropertyWriteArrayAttribute 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.  
Top
Public Methods
 NameDescription
Public MethodCanConvertOverridden.  Determines whether this instance can convert the specified value type.  
Public MethodGetSchemaGets the Noemax.Newtonsoft.Json.Schema.JsonSchema of the JSON produced by the JsonConverter. (Inherited from Noemax.Newtonsoft.Json.JsonConverter)
Public MethodReadJsonOverridden.  Reads the JSON representation of the object.  
Public MethodWriteJsonOverridden.  Writes the JSON representation of the object.  
Top
See Also

Reference

XmlNodeConverter Class
Noemax.Newtonsoft.Json.Converters Namespace

Send Feedback