Re: [Pharo-users] Customize serialization with Fuel

2015-05-07 Thread Alejandro Infante
Cool! Thanks, Alejandro > On May 7, 2015, at 2:45 PM, Mariano Martinez Peck > wrote: > > > > On Thu, May 7, 2015 at 2:21 PM, Alejandro Infante > mailto:alejandroinfant...@gmail.com>> wrote: > Hello all, > > Currently I’m in the need of serializing some Spy instances and my problem is > th

Re: [Pharo-users] Customize serialization with Fuel

2015-05-07 Thread Mariano Martinez Peck
On Thu, May 7, 2015 at 2:21 PM, Alejandro Infante < alejandroinfant...@gmail.com> wrote: > Hello all, > > Currently I’m in the need of serializing some Spy instances and my problem > is that some of the objects hold references to Classes and CompiledMethods. > This gives me headaches because I wou

[Pharo-users] Customize serialization with Fuel

2015-05-07 Thread Alejandro Infante
Hello all, Currently I’m in the need of serializing some Spy instances and my problem is that some of the objects hold references to Classes and CompiledMethods. This gives me headaches because I would like to materialize Spy in another image which possibly does not define those classes and met