TimeOfDayConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles serialization and deserialization for TimeOfDay.
public class TimeOfDayConverter : Newtonsoft.Json.JsonConverter
type TimeOfDayConverter = class
inherit JsonConverter
Public Class TimeOfDayConverter
Inherits JsonConverter
- Inheritance
-
Newtonsoft.Json.JsonConverterTimeOfDayConverter
Constructors
TimeOfDayConverter() |
Methods
CanConvert(Type) |
Checks if the given type can be converted to a TimeOfDay. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Deserialize the JSON data into a TimeOfDay object. |
WriteJson(JsonWriter, Object, JsonSerializer) |
Writes the JSON representation of the object. |