Ryan Minor

Ryan Minor

  • NA
  • 1
  • 0

serialization and moving class

May 14 2009 9:09 PM
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?