Serializable Interface—an object that implements the serializable interface can be saved and restored. This interface defines no members. If a class is serialized then all of its subclasses are serialized. Transient and static variables are not saved. An interface that does not have any methods is called as marker/tagged/ability interface.