Please provide scenarios/conditions those fail during deserialization when a class & serialized obje
Posted
by learner
on Stack Overflow
See other posts from Stack Overflow
or by learner
Published on 2010-05-25T05:16:41Z
Indexed on
2010/05/25
5:21 UTC
Read the original article
Hit count: 196
java
|deserialization
Please provide scenarios/conditions those fail during deserialization when a class & serialized object have same serialVersionUID
?
I'm looking scenarios like following
1) If a data type of an instance variable is changed then deserialization will fail
Could you please provide all such scenarios. I couldn't find such scenarios list anywhere in the internet.
Thanks
© Stack Overflow or respective owner