I have a binary file that was serialized from a class. That class has been updated.
Now I need to deserialize the old file to the new class.
I don't have access to the old code, but i have access to the old class.
The Class was serialized using BinaryFormatter.
Is there a way to do that?
If not, maybe there a way to deserialize and save only the data that appears in both of the versions?