We have a very old class which doesn't have serialVersionUID.
4 years back someone added serialVersionUID to this class with a random value. He should have used serialver tool to find the value and used it while adding serialVersionUID, but that was not the case.
There are customers using both the versions of this class.
Now if I want to deserialize the old customer's objects is there any way out. I can't change the current serialVersionUID since the new customers will be affected.