On 12/21/2010 08:51 PM, David Zmick wrote:
> I am trying to use SandstoneDb to save an Object that contains a
> SortedCollection, but it fails with the error: "This message is not
> appropriate for this object".
Sorted collections contain sort blocks, which aren't serializable with
SmartRefStreams, which SandstoneDb is based on.
> What can I do to fix this?
You can't. What you can do is store an OrderedCollection and sort them
on the fly in your accessor method.
--
Ramon Leon
http://onsmalltalk.com