My bad I thought it was for bytecode too, my memory played tricks to me.

http://rmod.lille.inria.fr/web/pier/software/Fuel


From: Marcus Denker <marcus.denker@inria.fr>
To: Pharo-project@lists.gforge.inria.fr; dimitris chloupis <thekilon@yahoo.co.uk>
Sent: Friday, 30 November 2012, 9:32
Subject: Re: [Pharo-project] just help :)


On Nov 29, 2012, at 11:55 PM, dimitris chloupis <thekilon@yahoo.co.uk> wrote:



* Framework for seamless data/object-synchronization. I suggested this a while ago, didn't get much response. I don't blame anyone, there is not much need for this right now. What I would want is to be able to modify certain objects in my image, while offline, and connect to the Internet, and these objects be synchronized between other images. This way Internet-enabled apps could be built on top of Pharo in a better way that web-apps are built now (because, in Pharo you can not hit F5 and get fresh data ;-). But this is low-priority for me."

This is a hard problem��� but if would be nice to have, yes.


There is also Fuel which is a already very well known Pharo library again for serializing bytecode.

No, Fuel can serialize *any* objects. byte codes  are not that hard to serialize, as they are actually already a serialized representation of the
AST...

Marcus