ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet.Converters Namespace / FunctionConverter Class / WriteJson Method
The serialization writer.
The value.

In This Topic
    WriteJson Method (FunctionConverter)
    In This Topic
    Serialize the value.
    Syntax
    'Declaration
     
    Protected Overrides Sub WriteJson( _
       ByVal writer As JsonWriter, _
       ByVal value As Object _
    ) 
    protected override void WriteJson( 
       JsonWriter writer,
       object value
    )

    Parameters

    writer
    The serialization writer.
    value
    The value.
    See Also