JsonModelConverter
A generic converter which allows JsonSerializer to be able to write and read any models that implement IJsonModel<T>.
Gets the ModelReaderWriterOptions used to read and write models.
public JsonModelConverter()
Initializes a new instance of JsonModelConverter with a default options of Json.
Initializes a new instance of JsonModelConverter.