[EMAIL PROTECTED] wrote:
>
> Do Sun have any plans for long term persistence of objects that have been
> serialized? The serialization is a lovely idea, but the incompatibility
> between different Jdk's, and recompiled objects, is a real pain.
I don't know if this has been mentioned, but you can get compatibility
between different compilers (jikes, javac) and JDKs, by explicitely
setting the serialVersionUID of a serializable class. See Sun's JDK docs
for lots of details.
/Oliver
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]