-
Enhancement
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
None
-
Undefined
The console display panel requests data from the server as JSON, but there isn't a transcoder capable of converting between application/x-java-serialized-object and application/json currently. Two possibilities can be implemented:
- a 2 way conversion between serialized java to java then to JSON
- or a direct conversion between serialized java and json
- is duplicated by
-
ISPN-14765 Java serialization to JSON transcoder
- Resolved