![]() |
C# Client Library
A C# Client Library for the AnalyzeRe REST API
|
Converts JSON string representations of URLs to and from System.Uri instances. More...
Public Member Functions | |
| override bool | CanConvert (Type objectType) |
| Determines if this converter is designed for deserialization to objects of the specified type. | |
| override object | ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) |
| Parses the json to the specified type. | |
| override void | WriteJson (JsonWriter writer, object value, JsonSerializer serializer) |
| Serializes to the specified type. | |
Converts JSON string representations of URLs to and from System.Uri instances.
Definition at line 9 of file UriConverter.cs.
|
inline |
Determines if this converter is designed for deserialization to objects of the specified type.
| objectType | The target type for deserialization. |
Definition at line 17 of file UriConverter.cs.
|
inline |
Parses the json to the specified type.
| reader | Newtonsoft.Json.JsonReader |
| objectType | Target type. |
| existingValue | Ignored |
| serializer | Newtonsoft.Json.JsonSerializer to use. |
Definition at line 28 of file UriConverter.cs.
|
inline |
Serializes to the specified type.
| writer | Newtonsoft.Json.JsonWriter |
| value | Object to serialize. |
| serializer | Newtonsoft.Json.JsonSerializer to use. |
Definition at line 48 of file UriConverter.cs.