Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / FloatRoundConverter Class / WriteJson Method
The Newtonsoft.Json.JsonWriter to write to.
The value.
The calling serializer.

In This Topic
    WriteJson Method (FloatRoundConverter)
    In This Topic
    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.
    See Also