Coal Serialization Format - Pharo Bindings
# 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: ```smalltalk Metacello new baseline: 'CoalSerialization'; repository: 'github://ronsaldo/coal-serialization-pharo'; load ```