Click or drag to resize
SimpleStringJsonConverterT Methods

The SimpleStringJsonConverterT generic type exposes the following members.

Methods
  NameDescription
Public methodCanConvert
Determines whether this instance can convert the specified object type.
(Overrides JsonConverterCanConvert(Type).)
Public methodGetSchema
Gets the JsonSchema of the JSON produced by the JsonConverter.
(Inherited from JsonConverter.)
Public methodReadJson
Reads the JSON representation of the object.
(Overrides JsonConverterReadJson(JsonReader, Type, Object, JsonSerializer).)
Public methodWriteJson
Writes the JSON representation of the object.
(Overrides JsonConverterWriteJson(JsonWriter, Object, JsonSerializer).)
Top
See Also