Declared in TrackingSystem
Declaration
string ExportToString(
Object obj
);
Description
Exports the tracking data to a string. This will look at a particular object and attempt to export it to a JSON string.
Parameters
Name | Description |
---|---|
obj | The object that was tracked |