pharo-open-documentation / pharo-wiki

Wiki related to the Pharo programming language and environment.
https://twitter.com/PharoOpen
Creative Commons Attribution 4.0 International
246 stars 76 forks source link

Add SIXX to Object Serialization #325

Open StewMacLean opened 2 years ago

StewMacLean commented 2 years ago

I have found SIXX useful for porting objects between dialects of Smalltalk.

Suggest adding https://github.com/mumez/SIXX

to

https://github.com/pharo-open-documentation/pharo-wiki/blob/master/PharoProjects/ObjectsSerialization.md.

SIXX has problems loading in Pharo 9 due to missing GLMHighlighterTextStylerDecorator, but just ignore the walkback on load and continue. Basic serialisation still works.