Method | Description | |
---|---|---|
CanConvert ( |
||
ReadJson ( |
Deserialization is performed by deserializing the JSON value as an AddressDetails object, following by using IPAddress.Parse to convert the value of AddressDetails.Address to an IPAddress instance. | |
WriteJson ( |
Serialization is performed by creating an AddressDetails instance equivalent to the given IPAddress instance and serializing that as a JSON object. |
public CanConvert ( |
||
objectType | ||
return | bool |
public ReadJson ( |
||
reader | ||
objectType | ||
existingValue | object | |
serializer | ||
return | object |
public WriteJson ( |
||
writer | ||
value | object | |
serializer | ||
return | void |