'Declaration Public Overloads Shared Function SerializeObject( _ ByVal obj As Object, _ ByVal jsCters As IList(Of JsonConverter) _ ) As String
public static string SerializeObject( object obj, IList<JsonConverter> jsCters )
Parameters
- obj
- The object to serialize.
- jsCters
- A collection of JsonConverter
Return Value
A JSON string representation of the object.