C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonWriter Class / WriteValue Method
The specified object.
A System.Boolean value indicates whether to use a converter for serialization.

In This Topic
WriteValue Method
In This Topic
Serialize the specified object.
Syntax
'Declaration
 
Public Sub WriteValue( _
   ByVal obj As Object, _
   Optional ByVal useConverter As Boolean _
) 
 

Parameters

obj
The specified object.
useConverter
A System.Boolean value indicates whether to use a converter for serialization.
See Also