FontJsonConverter Class
Definition
Section titled “Definition”public class FontJsonConverter : JsonConverter<IFont>Inheritance object → Newtonsoft.Json.JsonConverter → JsonConverter<IFont>
Constructors
Section titled “Constructors”FontJsonConverter()
Section titled “FontJsonConverter()”public FontJsonConverter()Methods
Section titled “Methods”WriteJson(JsonWriter, IFont, JsonSerializer)
Section titled “WriteJson(JsonWriter, IFont, JsonSerializer)”public override void WriteJson(JsonWriter writer, IFont value, JsonSerializer serializer)Parameters
Section titled “Parameters”writer Newtonsoft.Json.JsonWriter
value IFont
serializer Newtonsoft.Json.JsonSerializer
ReadJson(JsonReader, Type, IFont, bool, JsonSerializer)
Section titled “ReadJson(JsonReader, Type, IFont, bool, JsonSerializer)”public override IFont ReadJson(JsonReader reader, Type objectType, IFont existingValue, bool hasExistingValue, JsonSerializer serializer)Parameters
Section titled “Parameters”reader Newtonsoft.Json.JsonReader
objectType Type
existingValue IFont
hasExistingValue bool
serializer Newtonsoft.Json.JsonSerializer