Details
-
Feature Request
-
Status: Closed
-
L3 - Default
-
Resolution: Fixed
-
None
Description
AT:
- The variable instance queries (History + Runtime) always fetch serialized java objects as JSON
- Type Serializable: Handle in the same way as byte[], i.e. neither return value nor serializedValue (and no error message) but allow users to call /variable-instance/{id]/data that returns application/octet-stream
- Type SpinSerialization: returned json has field "value" with value null and field "serializedValue" with json representation of SerializedValue object
- primitive types: field "value" is filled and field "serializedValue" is null
- docs