UPDATE: I tried binary serialization/deserialization and it works nicelly the problem with XML and JSON remains.
hello, recently I was in need of storing objects (derived from classes) as a Spread to xml and/or json files. I didnt try to store them as binary yet cause I was in need to have human readable code.
Although, the thing is that when I am storing my data everything works both for serialization and deserialization as long as I keep running my patch, but as soon as I close gamma or my main patch and reopen them again the desirialization fails with this message:
Nevertheless, my class tree has all the appropriate pads (I guess) and I cant trace where the problem might be.