[]
        
(Showing Draft Content)

C1.JsonNet.JsonWriter.WriteValue

WriteValue Method

WriteValue(object, bool)

Serialize the specified object.

Declaration
public void WriteValue(object obj, bool useConverter = true)
Parameters
Type Name Description
object obj

The specified object.

bool useConverter

A bool value indicates whether to use a converter for serialization.