Class RuntimeProjectJsonSerializer
java.lang.Object
com.inductiveautomation.ignition.common.project.RuntimeProjectJsonSerializer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
RuntimeProjectJsonSerializerpublic RuntimeProjectJsonSerializer()
 
- 
- 
Method Details- 
fromJson
- 
fromJson
- 
fromJson
- 
toJson
- 
toJsonStreamWrites the project as JSON to the given output stream in UTF_8 encoding . Does not close the stream.- Throws:
- IOException
 
 
-