Closed
Description
Currently after #1945 serialVersionUid
is set for whole project, which means even if particular class is not changed between releases it'll be impossible to deserialize it due to serialVersionUid
update. That could be solved by keeping serialVersionUid
separate for each class and update it only after the class is changed. Also providing some tests to check compatibility.