G
Guest
I have a simple class that is Serializable() so that I can read/write it
to/from disk. Functionally it works great. However, I soon learned that if
I added a field or property to the class that I could no longer read the
"old" data that was written. The error I get says that the component number
no longer matches. Is there a way to tell the reader to ignore the mismatch
and continue reading the data that is currently in the file?
to/from disk. Functionally it works great. However, I soon learned that if
I added a field or property to the class that I could no longer read the
"old" data that was written. The error I get says that the component number
no longer matches. Is there a way to tell the reader to ignore the mismatch
and continue reading the data that is currently in the file?