serializable interface is called as marker interface or null interface or singling interface.
what does, the system looks if the class implements the interface, it behaves in one way, if the class does not implement the interface it behaves in other way means the object of this class needs to be treated differently.

by default system does not like making backup of the object, it takes time.
if you want the system to take...