<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Lou<div class="">I attach here some methods I using from a long time and let exchange serialized objects between Squeak, Cuts and Pharo (until 2.0 as they remove RefereneStream)</div><div class=""><br class=""></div><div class="">You could do wonderful tricks</div><div class="">X saveOnFileNamed: fileName export X  as fileName.obj</div><div class="">Drag and drop this in any .image which have this .cs and and Inspector rise letting you play with it.</div><div class="">Example.</div><div class="">I have a Squeak derived thing running <a href="http://www.squeakros.org" class="">www.squeakros.org</a> on a Power Mac G4of 1989</div><div class="">uer: visita</div><div class="">pass: (let this in blank)</div><div class=""><br class=""></div><div class="">inside i convert all swiki page to .obj </div><div class="">DivagacionesIndex is the class which lets me find , delete, rename the “pages”</div><div class="">Today DivagacionesIndex have 5786 pages as I use the system also</div><div class=""><br class=""></div><div class=""><div class="">export</div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>"DivagacionesIndex export"</div><div class=""><span class="Apple-tab-span" style="white-space:pre">      </span>self compact.</div><div class=""><span class="Apple-tab-span" style="white-space:pre">     </span>self default saveOnFileNamed: 'DivagacionesIndex' , DateAndTime now asUnixTime asString</div></div><div class=""><br class=""></div><div class=""><div class="">import: aDictionary </div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>"DivagacionesIndex import: self"</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>Default := aDictionary</div></div><div class="">I have a running in the alpha based in a fork of Cuis 3.2 reduced and is easy export from Squeak to Cuis if i need.</div><div class="">Also for the users of system</div><div class="">DivagacionesUsers getDataBase explore gives 202 OrderedCollections with user name, email, password</div><div class=""><br class=""></div><div class="">As you see is a real use case.</div><div class="">Maybe Herbert have a complex use of JSON , which I also have nice examples to share with all</div><div class=""><br class=""></div><div class="">Feel free to send direct mail if you wish or I could chat on Skype,IRC,Facebook,Slack </div><div class="">Cheers </div><div class="">Edgar</div><div class="">@morplenauta</div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On Jan 11, 2017, at 16:14, Louis LaBrunda <<a href="mailto:Lou@Keystone-Software.com" class="">Lou@Keystone-Software.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Tobias,<br class=""><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">What is the squeak equivalent of VA Smalltalk's ObjectLoader and ObjectDumper?<br class=""></blockquote>What do they do?<br class=""></blockquote><br class="">ObjectDumper serializes objects and ObjectLoader deserializes the resultant string.  They work<br class="">with in memory stream or disk files.  I think things like Fuel, Ma Serializer and SIXX would be<br class="">based on classes like ObjectLoader and ObjectDumper.  But I'm not sure.<br class=""><br class="">I only need a very lite version so I don't think I need those full packages (again I'm not<br class="">sure).<br class=""><br class="">Lou<br class="">-- <br class="">Louis LaBrunda<br class="">Keystone Software Corp.<br class="">SkypeMe <a href="callto://PhotonDemon" class="">callto://PhotonDemon</a><br class=""><br class=""><br class=""></div></div></blockquote></div></div></body></html>