Click or drag to resize
IPAddressDetailsConverter Methods

The IPAddressDetailsConverter 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