Search Results for

    Show / Hide Table of Contents

    Class PlantSimulatorSerializer

    Deals with loading a PlantSimulator from file

    Inheritance
    object
    PlantSimulatorSerializer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TimeSeriesAnalysis.Dynamic
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public class PlantSimulatorSerializer

    Methods

    | Edit this page View Source

    LoadFromJsonFile(string)

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

    Declaration
    public static PlantSimulator LoadFromJsonFile(string fileName)
    Parameters
    Type Name Description
    string fileName

    the read object, or null if unable to read file

    Returns
    Type Description
    PlantSimulator
    | Edit this page View Source

    LoadFromJsonTxt(string)

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

    Declaration
    public static PlantSimulator LoadFromJsonTxt(string serializedPlantSimulatorJson)
    Parameters
    Type Name Description
    string serializedPlantSimulatorJson
    Returns
    Type Description
    PlantSimulator
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX