'Declaration Public Overloads Shared Function SerializeObject( _ ByVal obj As Object, _ Optional ByVal js As JsonSetting _ ) As String
public static string SerializeObject( object obj, JsonSetting js )
Parameters
- obj
- The object to serialize.
- js
- The JsonSetting used to serialize the object. If this is null, default serialization settings will be used.
Return Value
A JSON string representation of the object.