0
Answer

serialization and moving class

Ryan Minor

Ryan Minor

15y
2.2k
1
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?