BlockContext serialization

Ned Konz ned at bike-nomad.com
Tue Mar 4 20:06:17 UTC 2003


On Tuesday 04 March 2003 12:00 pm, Stéphane Rollandin wrote:
> trouble is: I just used the ScaleMorph as an example... :)
>
> what I'm really aiming for is the serialization of a BookMorph
> embedding dozens of morphs of different kinds. another example
> where the same problem appears is a morph using a SortedCollection
> : can't be serialized because of the sort block !
>
> so I guess I could subclass all problematic classes, including
> SortedCollection (?), but: if it is a bug, could'nt it be fixed ? I
> don't know enough to do this by myself I'm afraid.

I changed Connectors from using blocks to using MessageSends when I 
realized that I wanted to serialize small numbers of Morphs (instead 
of whole projects).

Aren't Anthony's blocks capable of being serialized?

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list