I am an helper class for ObjectDumper. When an
object cannot be saved in the standard way, you can register a subclass of me
to provide special means to save that object.
The receiver was asked to be used as a proxy for the class aClass.
Answer whether the registration is fine. By default, answer true
loadFrom: anObjectDumper
Reload a proxy stored in anObjectDumper and reconstruct the object
1.66.2 DumperProxy class: instance creation
on: anObject
Answer a proxy to be used to save anObject. This method
MUST be overridden and anObject must NOT be stored in the
object's instance variables unless you override #dumpTo:,
because that would result in an infinite loop!
1.66.3 DumperProxy: saving and restoring
dumpTo: anObjectDumper
Dump the proxy to anObjectDumper -- the #loadFrom: class method
will reconstruct the original object.
object
Reconstruct the object stored in the proxy and answer it
This document was generated
on July, 23 2009
using texi2html