[josm-dev] EastNorth objects not serialized
Pieren
pieren3 at gmail.com
Wed Nov 26 20:31:46 GMT 2008
It seems that since rev. 1004, the class Coordinate is not anymore
serialized but derived from java.awt.geom.Point2D (which is not
serialized as well).
This has the effect that my plugin saving GeorefImages with EastNorth
objects on disc raises an exception java.io.NotSerializableException.
Would it be possible to re-implement the serializable interface in
Coordinate or EastNorth ? Otherwise I could also encapsulate EastNorth
objects into my own serialized class.
Sorry if my question is totally wrong. Maybe I missed something since
nobody complains about this change done 2 months ago.
Pieren
More information about the josm-dev
mailing list