Java / Java Serialization
What happens when one of the members of the class does not implement Serializable interface?
At runtime NotSerializableException is thrown when try to serialize the class when one of the members does not implement serializable interface.
More Related questions...