Namespace: Json.Schema.Generation.Serialization
Inheritance: GenerativeValidatingJsonConverter 🡒 ValidatingJsonConverter 🡒 JsonConverterFactory 🡒 JsonConverter 🡒 object
Extends Json.Schema.Serialization.ValidatingJsonConverter to also allow for schema generation using Json.Schema.Generation.Serialization.GenerateJsonSchemaAttribute.
Properties
| Name | Type | Summary |
|---|---|---|
| GeneratorConfiguration | SchemaGeneratorConfiguration | Provides options for the generator. |
| Options | EvaluationOptions | Â |
| OutputFormat | OutputFormat? | Â |
| RequireFormatValidation | bool? | Â |
| Type | Type | Â |
Methods
CanConvert(Type typeToConvert)
When overridden in a derived class, determines whether the converter instance can convert the specified object type.
Declaration
1
public override bool CanConvert(Type typeToConvert)
| Parameter | Type | Description |
|---|---|---|
| typeToConvert | Type | The type of the object to check whether it can be converted by this converter instance. |
Returns
if the instance can convert the specified object type; otherwise,