I want to serialize an indexedtrianglearray... I wrote serializable classes for some other java3d scenegraphobjects... ... they behave the way I like... ... but I have a serious problem with the indexed geometry, because I need a no-arg contructor for deserialization... and unfortunately I am not allowed to overwrite the no arg constructor of IndexedTriangleArray (it is probably protected) what can I do? michy ===================================================================== To subscribe/unsubscribe, send mail to [EMAIL PROTECTED] Java 3D Home Page: http://java.sun.com/products/java-media/3D/