Entities used to serialize data have changed. How can the serialized data be upgraded for the new entities?
- by i8abug
Hi,
I have a bunch of simple entity instances that I have serialized to a file. In the future, I know that the structure of these entities (ie, maybe I will rename Name to Header or something). The thing is, I don't want to lose the data that I have saved in all these old files. What is the proper way to either
load the data from the old…