Skip to content
Commit 2b050174 authored by fviale's avatar fviale
Browse files

Improve TaskResult Rest handling

- fix issues related to raw results (byte array), add a isRaw information to know that the result is in byte array format and should not be deserialized using an ObjectInputStream
- use Base64 conversion for TaskResult's serialized objects in dozer mappings
- Enable variable retrieval from the rest TaskResult (TaskResultData). Variables are accessible either in serialized/base64 format or in text format (toString)
parent 283e85a3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment