I have a couple of C++ classes that I serialize to a file. I have been using the Spices .iomap to make sure my program can read these files between different builds of the application. All works well until I upgrade the Obfuscator, then I can't read the files that I serialized with the previous version. What is the best way to get around this problem other than not obfuscating the class.