Serializing multiple dynamic objects
-
Hi Im trying to figure out subject but I cant get it to work. I have no problem saving but when I want to load the data again I have to somehow know what type of object it is and then create it...how do I do that? Tnx in advance!!!
-
Hi Im trying to figure out subject but I cant get it to work. I have no problem saving but when I want to load the data again I have to somehow know what type of object it is and then create it...how do I do that? Tnx in advance!!!
The easiest way is to precede the class in the file with an enumerator that indicates what sort of object follows.
-
Hi Im trying to figure out subject but I cant get it to work. I have no problem saving but when I want to load the data again I have to somehow know what type of object it is and then create it...how do I do that? Tnx in advance!!!