API Reference
Class
QuillToolbarConverter
Custom JSON converter for Quill toolbar configuration.
Inheritance
- JsonConverter<Object>
- QuillToolbarConverter
Constructors
public QuillToolbarConverter() #Methods
public override Object Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) #Returns:
ObjectReads JSON and converts it to an object. Not implemented for this converter.
Parameters
- reader System.Text.Json.Utf8JsonReader@
- The JSON reader.
- typeToConvert System.Type
- The type to convert to.
- options System.Text.Json.JsonSerializerOptions
- The serializer options.
Returns
The converted object.
public override Void Write(Utf8JsonWriter writer, Object value, JsonSerializerOptions options) #Returns:
VoidWrites the specified value as JSON.
Parameters
- writer System.Text.Json.Utf8JsonWriter
- The JSON writer.
- value System.Object
- The value to write.
- options System.Text.Json.JsonSerializerOptions
- The serializer options.
Inherited Methods
public override Boolean CanConvert(Type typeToConvert) #Returns:
BooleanInherited from 0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
Parameters
- typeToConvert Type
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
public override Object ReadAsPropertyName(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) #Returns:
ObjectInherited from 0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
Parameters
- reader Utf8JsonReader
- typeToConvert Type
- options JsonSerializerOptions
public override Void WriteAsPropertyName(Utf8JsonWriter writer, Object value, JsonSerializerOptions options) #Returns:
VoidInherited from 0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
Parameters
- writer Utf8JsonWriter
- value Object
- options JsonSerializerOptions