I have a number of beans that I generate with Castor. I need to
serialise them for
use with the standard Sun drag and drop mechanism built into post 1.4
Java.
Since they are beans, they are serialisable. So far, so good.
However, the property change lists of my beans contain information
(from outside
the beans) which is not serialisable, and when I try to serialise the
beans I get
a NotSerializableException.
I am told that I can avoid this by declaring the property change list
transient. Is there
a way of telling Castor to do this?
Regards
Steve
-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:
[EMAIL PROTECTED]
-------------------------------------------------