Class RuntimeProjectJsonSerializer
java.lang.Object
com.inductiveautomation.ignition.common.project.RuntimeProjectJsonSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeProject
fromJson
(InputStream stream) static RuntimeProject
static RuntimeProject
static String
static void
toJsonStream
(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
-