2
Answers

deserialization error

patrick

patrick

15y
3.5k
1
I can serialize and store a class instance inside of a database cell. no problem. I can retrieve that data as well, no issues there. But if I change the class between the serialization and deserialization class, It will throw an exception because one of the class fields has been altered. How can I avoid this? Is there a way to get a finer degree of control over the serialization/deserialization process so that even if one field doesnt get deserialized correctly, the rest will?
Answers (2)
0
Mahesh Chand
2 286.9k 123.7m 21y
Download the source code: http://www.c-sharpcorner.com/1/protracker_csv1.asp