objects the may not be serialised...

Dear Sirs,Apart from transient variables, which type of objects can not be serialized in java?Thankyou,Regards,Sudheesh K S
[165 byte] By [sudheesh_javaa] at [2007-10-1 1:47:39]
# 1
All objects that don't implement the Serializable interface (or extend objects that implement Serializable).
MartinHilperta at 2007-7-8 8:09:50 > top of Java-index,Security,Event Handling...
# 2
Stop cross posting. You have answers in the other thread: http://forum.java.sun.com/thread.jspa?threadID=584054/Kaj
kajbja at 2007-7-8 8:09:50 > top of Java-index,Security,Event Handling...