Re: [Gambas-user] Code for object serialization

2013-02-23 Thread Jussi Lahtinen
> Yes, if it hits an object property then set a marker in the file and call > itself on that object. There is only one problem with this: your code can > only handle (public) properties. Actually an object serialised by your code > and then deserialised could stop working properly because Private v

Re: [Gambas-user] Code for object serialization

2013-02-22 Thread Tobias Boege
On Fri, 22 Feb 2013, Jussi Lahtinen wrote: > Hi! > This is my implementation for object serialization, it's still bit > incomplete, but it's already usable. > And I thought some of you might find it very useful. I use it now to save > objects to file. > *Very* useful, indeed! > Right now it can