serialization question

if i serialize, does it mean that it compress data? what if the class is not serializable?
[97 byte] By [hardcodera] at [2007-11-27 9:43:20]
# 1
> if i serialize, does it mean that it compress data?No.> what if the class is not serializable?You will get a NotSerializableException.Just like it says in the Javadoc.
ejpa at 2007-7-12 23:48:30 > top of Java-index,Java Essentials,New To Java...