Method SerializeToFile
SerializeToFile(string)
Serializes the scenario's constants and randomizer settings to a JSON file located at the path resolved by the defaultConfigFilePath scenario property
Declaration
public virtual void SerializeToFile(string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filePath | The file path to serialize the scenario to |