Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!sunkisd!concour!marcap From: marcap@concour.CS.Concordia.CA (Marc Pawlowsky) Newsgroups: comp.lang.smalltalk Subject: Saving recursive lists to files in Smalltalk/V Keywords: Smalltalk recursive structures saving reading Message-ID: <820@sunkisd.CS.Concordia.CA> Date: 6 May 89 20:33:10 GMT Sender: usenet@Sunkisd.CS.Concordia.CA Reply-To: marcap@concour.CS.Concordia.CA (Marc Pawlowsky) Organization: Concordia University, Montreal Quebec Lines: 12 I was earlier trying to save to disk the neural net given in goodies #3. I have not been able to figure out a way to save an object that is recursive to a file and read it back again. For example your typical circular list A -> B - ^ | \-------/ Has anybody been able to do this. If so how? StoreString (Object) does not work.