Firas MOHAMED wrote:

> I am trying to save my 3D objects (GeometryInfo, for example) by using
>
> serialization ... But this does not work as these objects are not
> serializable.

Serialisation of Java classes has to be one of the worst approaches to
data transport and (shared) replication. There are many much more
efficient schemes for doing this. Not only is serialisation horribly
slow, but the chances that it works on more than just your local machine
are even worse. I suggest you look at some other scheme for geometry
persistence or even if you are using them over RMI for shared
representations, there are far, far better ways of doing this.

--
Justin Couch                         http://www.vlc.com.au/~justin/
Freelance Java Consultant                  http://www.yumetech.com/
Author, Java 3D FAQ Maintainer                  http://www.j3d.org/
-------------------------------------------------------------------
"Humanism is dead. Animals think, feel; so do machines now.
Neither man nor woman is the measure of all things. Every organism
processes data according to its domain, its environment; you, with
all your brains, would be useless in a mouse's universe..."
                                              - Greg Bear, Slant
-------------------------------------------------------------------

===========================================================================
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