I am a proxy that stores a different object
and, upon load, sends #reconstructOriginalObject to that object (which
can be a DirectedMessage, in which case the message is sent). The
object to be stored is retrieved by sending #binaryRepresentationObject to
the object.
Answer a proxy to be used to save anObject. The proxy
stores a different object obtained by sending to anObject
the #binaryRepresentationObject message (embedded
between #preStore and #postStore as usual).
1.125.2 PluggableProxy: saving and restoring
object
Reconstruct the object stored in the proxy and answer it;
the binaryRepresentationObject is sent the
#reconstructOriginalObject message, and the resulting
object is sent the #postLoad message.
This document was generated
on May, 22 2008
using texi2html