ComponentOne Studio Web API Edition
WriteJson Method (FloatRoundConverter)

The Newtonsoft.Json.JsonWriter to write to.
The value.
The calling serializer.
Writes the JSON representation of the object.
Syntax
'Declaration
 
Public Overrides Sub WriteJson( _
   ByVal writer As Newtonsoft.Json.JsonWriter, _
   ByVal value As Object, _
   ByVal serializer As Newtonsoft.Json.JsonSerializer _
) 
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

FloatRoundConverter Class
FloatRoundConverter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.