ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonConverter Class / WriteJson Method
The JsonWriter to write to.
The value to be serialized.

In This Topic
    WriteJson Method (JsonConverter)
    In This Topic
    Writes the JSON representation of the object.
    Syntax
    'Declaration
     
    Protected Overridable Sub WriteJson( _
       ByVal writer As JsonWriter, _
       ByVal value As Object _
    ) 
    protected virtual void WriteJson( 
       JsonWriter writer,
       object value
    )

    Parameters

    writer
    The JsonWriter to write to.
    value
    The value to be serialized.
    See Also