[]
Serializes a specified Report object to a JSON string.
public static string Serialize(Report report)
Type | Name | Description |
---|---|---|
Report | report | A Report object to be serialized. |
Type | Description |
---|---|
string | A JSON string representing the serialized report. |