serialization and moving class
Hi there
Say you had a serializable object in Namespace A, but then decide later that the object belongs in Namespace B. In your testing you created a serialized file.
With this adjustment, the program will not deserialize, and will throw a casting exception.
Is there a way to move a class into a different namespace, and be able to deserialize an existing file?