ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Serialization Namespace / BaseWriter Class / WriteObject Method
The object to be written.
The converter used to write.

In This Topic
    WriteObject Method (BaseWriter)
    In This Topic
    Writes the object.
    Syntax
    'Declaration
     
    Public Overridable Sub WriteObject( _
       ByVal value As Object, _
       Optional ByVal converter As BaseConverter _
    ) 
    public virtual void WriteObject( 
       object value,
       BaseConverter converter
    )

    Parameters

    value
    The object to be written.
    converter
    The converter used to write.
    See Also