"STON toStringPretty: Class" -> MessageNotUnderstood: Metaclass>>stonAllInstVarNames Is that a known limitation? Is there a workaround? Thanks. ----- Cheers, Sean -- View this message in context: http://forum.world.st/STON-can-t-handle-classes-tp4818547.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Yes, that is a know limitation, classes can't be serialised. The same is true for many system like objects. I usually store just the symbol name.
On 09 Apr 2015, at 13:24, Sean P. DeNigris <sean@clipperadams.com> wrote:
"STON toStringPretty: Class" -> MessageNotUnderstood: Metaclass>>stonAllInstVarNames
Is that a known limitation? Is there a workaround? Thanks.
----- Cheers, Sean -- View this message in context: http://forum.world.st/STON-can-t-handle-classes-tp4818547.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Sven Van Caekenberghe-2 wrote
Yes, that is a know limitation... I usually store just the symbol name.
Thanks :) That's what I ended up doing as well. ----- Cheers, Sean -- View this message in context: http://forum.world.st/STON-can-t-handle-classes-tp4818547p4818572.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (2)
-
Sean P. DeNigris -
Sven Van Caekenberghe