Aug. 14, 2017
5:53 p.m.
On 8/14/17, henry <henry@callistohouse.club> wrote:
I am slightly overwhelmed at the fractious nature of repositories, between and within Squeak & Pharo, and also encoder serializations. I hope for reconsolidation.
- HH
Objects from Pharo written by Fuel may be read back into a Pharo image. The same applies for a Squeak image. Objects from Squeak serialized with Fuel may read into another Squeak image. Fuel is a binary serializer http://wiki.squeak.org/squeak/6451 To move objects from Pharo to Squeak you need a text based solution such as SIXX http://wiki.squeak.org/squeak/84 or JSON. HTH HH