/coal-serialization-pharo

Coal Serialization Format - Pharo Bindings

Primary LanguageSmalltalkMIT LicenseMIT

Coal Serialization Format - Pharo Bindings

Bindings and utilities for using the Coal serialization format in Pharo 9. A Fuel heavily inspired standarized serialization format with support for native structured data and primitive types.

Loading in Pharo:

This tool can be loaded in a Pharo 9 image by doing the following in a Playground:

Metacello new
   baseline: 'CoalSerialization';
   repository: 'github://ronsaldo/coal-serialization-pharo';
   load