Hi all.

Just wondering if anyone can help me with a simple problem. I'm trying to
save a geometry primitive - Sphere - to a serial access file. But the
class Sphere is not serializable. I know it's possible to make an
un-serialized class compatible, but don't know how to go about it. It is
just a case of creating a new class that extends Sphere and implements
Serializable, then add a couple of new methods like 'writeObject' and
'readObject' to allow the Sphere object to be saved to file?

Has anybody done this? and if so, do you have an example class that I
can look at?

Thanks guys

Rick

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to