What things are required for a class that implements Serializable?
Location: http://www.jguru.com/faq/view.jsp?EID=31434 Created: Apr 3, 2000 Modified: 2000-04-03 22:48:00.577 Author: Tim Rohaly (http://www.jguru.com/guru/viewbio.jsp?EID=10) A class that implements Serializable must also: • Have access to a no-argument constructor in its first non-serializable superclass • Identify non-serializable data members using the transient keyword or explicitly mark data members as serializable using the serialPersistentFields member.