[]
Serialize the specified object.
public void WriteValue(object obj, bool useConverter = true)
Type | Name | Description |
---|---|---|
object | obj | The specified object. |
bool | useConverter | A bool value indicates whether to use a converter for serialization. |