Click or drag to resize
ResourceStringConverter Methods

The ResourceStringConverter type exposes the following members.

Methods
  NameDescription
Public methodCanConvert
Determines whether this instance can convert the specified object type.
(Overrides JsonConverter.CanConvert(Type).)
Public methodGetSchema Obsolete. (Inherited from JsonConverter.)
Public methodReadJson
Reads the JSON representation of the object.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).)
Public methodWriteJson
Writes the JSON representation of the object.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).)
Top
See Also