-
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>