JsonSchemaSerialization
The JSON Schema serialization context holding information about the current serialization.
Gets or sets the current schema type.
Gets or sets a value indicating whether the object is currently converted to JSON.
public JsonSchemaSerialization()
public static Task<T> FromJsonAsync<T>(string json, SchemaType schemaType, string documentPath, Func<T, JsonReferenceResolver> referenceResolverFactory, IContractResolver contractResolver)
Deserializes JSON data to a schema with reference handling.
Serializes an object to a JSON string with reference handling.