Method WriteJson
WriteJson(JsonWriter, Schema?, JsonSerializer)
Writes the JSON representation of the object.
public override void WriteJson(JsonWriter writer, Schema? value, JsonSerializer serializer)
Parameters
writerJsonWriterThe Newtonsoft.Json.JsonWriter to write to.
valueSchemaThe value.
serializerJsonSerializerThe calling serializer.