How can a Sub-Class of Serializable Super Class Avoid Serialization?
How can a Sub-Class of Serializable Super Class Avoid Serialization? If Serializable Interface is Implemented by the Super Class of a Class, how can the Serialization of the Class be Avoided? In Java, if the super class of a class is implementing Serializable interface, it means that it is already serializable. Since, an interface cannot … Read more