one abstract superclass

three subclasses derived from above

one driver class with static main

which of the five classes should have "implements Serializable"? when i add it to the superclass and subclasses, i get errors that say "Interface Serializable of class (class name) not found" for each of the classes.