Login  Register

Re: Moving data into new package/image version

Posted by Sean P. DeNigris on May 16, 2012; 8:37pm
URL: https://forum.world.st/Moving-data-into-new-package-image-version-tp4628820p4630561.html

Mariano Martinez Peck wrote
Sorry, I don't have ideas of how to solve that.
I ended up using OB to rename the classes in the old image to match the new class names in the new image, then serialized with ReferenceStream, then deserialized in the new image.

Mariano Martinez Peck wrote
I can only say
that Fuel *does* suppor that type of problem
Would Fuel be better than ReferenceStream for persistence? I thought the use case was saving rarely, but loading often; where serialization is balanced between the two.
Cheers,
Sean