When I use the REST variable instance query, Java Objects are always fetched in their serialized representation

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.2.0, 7.2.0-alpha5
    • Affects Version/s: None
    • Component/s: engine

      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

        This is the controller panel for Smart Panels app

              Assignee:
              Sebastian Menski
              Reporter:
              Daniel Meyer
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: