Lecture 24
7
Serializable
•new Java keyword implements, as in public class Bank                implements Serializable
• {. . .}
•Serializable is an interface, not a class
•Find out about interfaces in cs210          (and a little bit soon)
•Java 1.5 does a cleaner job with persistence