*Peter Uhnák
> *Sent:* Saturday, April 2, 2016 10:45 PM
> *To:* Pharo Users List
> *Subject:* [Pharo-users] STON UUID in the key
>
>
>
> Why does this fail?
>
>
>
>
>
> STON fromString: (
>
> STON toS
Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of
Peter Uhnák
Sent: Saturday, April 2, 2016 10:45 PM
To: Pharo Users List
Subject: [Pharo-users] STON UUID in the key
Why does this fail?
STON fromString: (
STON toString
Why does this fail?
STON fromString: (
STON toStringPretty: (Dictionary with: UUID new -> nil)
)
I would assume that if it can be serialized, then it should be also
parsable.
Having scalars for