Well i guess that i got the thread right, coz this is a part of my networking code.
I guess that i understood something wrong- i thought that if u mark a property to be transient, serialization wont care whether it is serializable or not. Apparently, i was wrong coz i get notserializable exception for transient field.
I m using Java 1.6.
Is this something new or was i just missing the fact that all objects, transient or not, need to be serializable?