Walter.BOM
ReadJson Method (IPAddressConverter)
Walter.BOM Assembly > Walter.BOM Namespace > IPAddressConverter Class : ReadJson Method
The Newtonsoft.Json.JsonReader to read from.
Type of the object.
The existing value of object being read.
The calling serializer.
Reads the JSON representation of the object.
Syntax
public override object ReadJson( 
   Newtonsoft.Json.JsonReader reader,
   Type objectType,
   object? existingValue,
   Newtonsoft.Json.JsonSerializer serializer
)

Parameters

reader
The Newtonsoft.Json.JsonReader to read from.
objectType
Type of the object.
existingValue
The existing value of object being read.
serializer
The calling serializer.

Return Value

The object value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPAddressConverter Class
IPAddressConverter Members
Base Implementation in ReadJson