Saved run serialization #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: gered/Llanfair#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There seems to be some issue with serialization which causes saved runs created with Llanfair running on one JVM version where they won't load in the same version of Llanfair but running on a different JVM version. e.g. runs saved on Java 8 won't load in Llanfair running on Java 7. I'm assuming the issue is caused by something with the ImageIcon serialization specifically, but I guess it could be any Java runtime / Swing class which we just rely on XStream's automatic serialization behaviour.
Can fix this at the same time as #11.