-
Improvement
-
Resolution: Fixed
-
Major
Currently Report and Issue uses Java default mechanism to write and read the serialized form. The read and write methods should be hand-crafted, see #87 in Effective Java.
[JENKINS-56791] Provide custom read/write serialization methods for Report
Epic Link |
New:
|
Description | Original: Currently Report uses Java default mechanism to write and read the serialized form. The read and write methods should be hand-crafted, see #87 in Effective Java. | New: Currently {{Report}} and {{Issue}} uses Java default mechanism to write and read the serialized form. The read and write methods should be hand-crafted, see #87 in Effective Java. |
Assignee | Original: Ulli Hafner [ drulli ] |
Assignee | New: Andreas Moser [ amoser ] |
Assignee | Original: Andreas Moser [ amoser ] |
Epic Link |
Original:
|
Assignee | New: Ulli Hafner [ drulli ] |
Labels | New: newbie-friendly |
Especially a report should have a hand-crafted serialization method, that restores the containing issues using a TreeStringBuilder, so that the containing issues will use a smaller memory footprint for those properties.