Hi, All!

I just noticed a little problem:
When I tried to serialize class with "private static int xxx" IBM's jdk hung
(Blackdown's didn't :) )

It works fine if I make it "private transient static int xxx".

My question is: What java SUPPOSED to do with class like this. I haven't seen 
it in documentation but I guess it should just ignore static fields.
Do I have to make static fields ALWAYS explicitly TRANSIENT?

Thanks.

----------------------------------
E-Mail: [EMAIL PROTECTED]
Date: 27-Oct-99
Time: 10:59:37


Andrey.
----------------------------------


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to