 |
Regular |
 |
Joined: Wed Apr 15, 2009 12:51 pm Posts: 104
|
The classes NeatTriangulator, MannTriangulator, OverTriangulator make use of some classes which don't implement serializable (e.g. NeatTriangulatur uses class Edge of AWT and BasicTriangulator the inner class PointList).
Without the feature to serialize Shape its impossible to send such data through the internet (network game) or to save the game.
I've tried to set the triangulator member of class Shape to transient and it seems to work. Please take a look at these classes!
Thanks a lot!
Lufti
|
|