Table of Contents

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

fileName string

the read object, or null if unable to read file

Returns

PlantSimulator

LoadFromJsonTxt(string)

Re-construct a PlantSimulator object from the json-code created by this class' .Serialize()

public static PlantSimulator LoadFromJsonTxt(string serializedPlantSimulatorJson)

Parameters

serializedPlantSimulatorJson string

Returns

PlantSimulator