Class RuntimeProjectJsonSerializer
java.lang.Object
com.inductiveautomation.ignition.common.project.RuntimeProjectJsonSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeProjectfromJson(InputStream stream) static RuntimeProjectstatic RuntimeProjectstatic Stringstatic voidtoJsonStream(RuntimeProject project, OutputStream outStream) Writes the project as JSON to the given output stream in UTF_8 encoding .
-
Constructor Details
-
RuntimeProjectJsonSerializer
public RuntimeProjectJsonSerializer()
-
-
Method Details
-
fromJson
-
fromJson
-
fromJson
-
toJson
-
toJsonStream
Writes the project as JSON to the given output stream in UTF_8 encoding . Does not close the stream.- Throws:
IOException
-