-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT
Besides the "JSON" serialization data format it is possible to select "JAVA".
Hint
The Java serialization format is disabled by default. Make sure to add the following property to the server configuration:
<properties> <property name="javaSerializationFormatEnabled">true</property> ... </properties>
This is the controller panel for Smart Panels app
I can receive and respond variables of type object (java serialization) with the java external task client
-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT
Besides the "JSON" serialization data format it is possible to select "JAVA".
Hint
The Java serialization format is disabled by default. Make sure to add the following property to the server configuration:
<properties> <property name="javaSerializationFormatEnabled">true</property> ... </properties>