SIXX is an XML serializer/deserializer written in Smalltalk. The purpose is to store and load Smalltalk objects in a portable, dialect-independent XML format.
This repository is mainly for sources (Cypress format). For further info, see the main site and wiki site.
For Squeak and Pharo users, the latest version can be installed via ConfigurationOfSIXX.
Metacello new
baseline: 'SIXX';
repository: 'github://mumez/SIXX';
load
Installer squeaksource
project: 'MetacelloRepository';
install: 'ConfigurationOfSIXX'.
(Smalltalk at: #ConfigurationOfSIXX) load