Walter.Web.FireWall
WriteJson Method (ConcreteTypeConverter<TConcrete>)
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > ConcreteTypeConverter<TConcrete> 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

ConcreteTypeConverter<TConcrete> Class
ConcreteTypeConverter<TConcrete> Members
Base Implementation in WriteJson