项目作者: mumez

项目描述 :
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.
高级语言: Smalltalk
项目地址: git://github.com/mumez/SIXX.git
创建时间: 2012-07-08T06:31:38Z
项目社区:https://github.com/mumez/SIXX

开源协议:

下载


SIXX

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.

CI

This repository is mainly for sources (Cypress format). For further info, see the main site and wiki site.

Installation using Metacello

For Squeak and Pharo users, the latest version can be installed via ConfigurationOfSIXX.

Pharo & Squeak

  1. Metacello new
  2. baseline: 'SIXX';
  3. repository: 'github://mumez/SIXX';
  4. load

Squeak before version 5

  1. Installer squeaksource
  2. project: 'MetacelloRepository';
  3. install: 'ConfigurationOfSIXX'.
  4. (Smalltalk at: #ConfigurationOfSIXX) load

Features

Please see features.md