Noemax.Newtonsoft.Json.Converters Namespace : ExpandoObjectConverter Class |
The following tables list the members exposed by ExpandoObjectConverter.
Name | Description | |
---|---|---|
![]() | ExpandoObjectConverter Constructor |
Name | Description | |
---|---|---|
![]() | CanRead | Gets a value indicating whether this Noemax.Newtonsoft.Json.JsonConverter can read JSON. (Inherited from Noemax.Newtonsoft.Json.JsonConverter) |
![]() | CanWrite | Overridden. Gets a value indicating whether this Noemax.Newtonsoft.Json.JsonConverter can write JSON. |
Name | Description | |
---|---|---|
![]() | CanConvert | Overridden. Determines whether this instance can convert the specified object 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. |