Posted By:
Jani_Kaarela
Posted On:
Wednesday, April 20, 2005 12:00 AM
I guess the purpose of the java.io.Serializable marker interface is a) just what the term "marker interface" suggests: to mark a class serializable and possibly b) enabling under-the-hood code to refer to Serializables instead of Objects.
You can find more information on serialization in Sun's
JDK docs (YMMV, refer to your particular JDK's docs).