Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Method comeFullyUpOnReload
Last updated at 9:41 am UTC on 2 July 2018
.... add a short description here ....



The default action is just to keep the object read as is:

 Object
 comeFullyUpOnReload: smartRefStream
	"Normally this read-in object is exactly what we want to store. 7/26/96 tk"

	^ self




ImageSegment overrides this method and has a long elaborate algorithm.

See ImageSegment comeFullyUpOnReload: smartRefStream

DiskProxy also has an elaborate implementation, a different one.