Class PlantSimulatorSerializer
- Namespace
- TimeSeriesAnalysis.Dynamic
- Assembly
- TimeSeriesAnalysis.dll
Deals with loading a PlantSimulator from file
public class PlantSimulatorSerializer
- Inheritance
-
PlantSimulatorSerializer
- Inherited Members
Methods
LoadFromJsonFile(string)
Re-construct a PlantSimulator object from the json-code created by this class' .Serialize()
public static PlantSimulator LoadFromJsonFile(string fileName)
Parameters
fileNamestringthe read object, or null if unable to read file
Returns
LoadFromJsonTxt(string)
Re-construct a PlantSimulator object from the json-code created by this class' .Serialize()
public static PlantSimulator LoadFromJsonTxt(string serializedPlantSimulatorJson)
Parameters
serializedPlantSimulatorJsonstring