Thanks Sven :)
On Fri, Oct 12, 2018 at 11:38 AM Sven Van Caekenberghe <[email protected]> wrote:
> Now, AFTER the changes, the STON serialisation looks as follows:
>
> {
> #datatype : MimeType [ 'application/json' ],
> #background : Color [ #red ],
> #home : URL [ 'https://pharo.org/experimental' ],
> #workdir : FILE [ '/tmp/pharo/work' ]
> }
>
> which is a huge improvement, IMO.
>
Yes, I've suffered the things you explain before :)
>
> What do you think ? Comments, feedback, remarks ?
> Any other suggestions for other object that could use this treatment ?
>
Question: is it a new mechanism or it is based on the existing mapping
mechanisms? Can we override it/extend it?