Llanfair icon indicating copy to clipboard operation
Llanfair copied to clipboard

Saved run serialization

Open gered opened this issue 10 years ago • 1 comments

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.

gered avatar Dec 08 '15 15:12 gered

Can fix this at the same time as #11.

gered avatar Jan 04 '16 21:01 gered