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 _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
