Re: [Pharo-users] STON UUID in the key

2016-04-02 Thread Peter Uhnák
*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

Re: [Pharo-users] STON UUID in the key

2016-04-02 Thread Henrik Nergaard
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

[Pharo-users] STON UUID in the key

2016-04-02 Thread Peter Uhnák
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