ronsaldo / coal-serialization-pharo

Coal Serialization Format - Pharo Bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Coal Serialization Format - Pharo Bindings

License:MIT License


Languages

Language:Smalltalk 100.0%