Walter.BOM
WriteJson Method (IPAddressConverter)
Walter.BOM Assembly > Walter.BOM Namespace > IPAddressConverter Class : WriteJson Method
The Newtonsoft.Json.JsonWriter to write to.
The value.
The calling serializer.
Writes the JSON representation of the object.
Syntax
public override void WriteJson( 
   Newtonsoft.Json.JsonWriter writer,
   object? value,
   Newtonsoft.Json.JsonSerializer serializer
)

Parameters

writer
The Newtonsoft.Json.JsonWriter to write to.
value
The value.
serializer
The calling serializer.
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 WriteJson