Java / Java Serialization
What are the compatible and incompatible changes in Java Serialization Mechanism?
Adding new field or method is a compatible change and changing class hierarchy or UN-implementing Serializable interface are non compatible changes.
More Related questions...