Noemax.Newtonsoft.Json.Converters Namespace : VersionConverter Class |
The following tables list the members exposed by VersionConverter.
Name | Description | |
---|---|---|
![]() | VersionConverter 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) |
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. |