public class TicketConverter<T> : JsonConverter
where T : new()
Public Class TicketConverter(Of T As New)
Inherits JsonConverterNo code example is currently available or this language may not be supported.| TicketConverterT | Initializes a new instance of the TicketConverterT class |
| CanRead | (Inherited from JsonConverter) |
| CanWrite | (Inherited from JsonConverter) |
| CanConvert |
Return a value indicating whether the provided object type can be
converted.
(Overrides JsonConverter.CanConvert(Type)) |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ReadJson |
Read JSON content from the file.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer)) |
| ToString | (Inherited from Object) |
| WriteJson |
Write the JSON data for this value.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer)) |