|
|
6.102 NullProxy
- Defined in namespace Smalltalk
- Category: Streams-Files
- I am a proxy that does no special processing on the object
to be saved. I can be used to disable proxies for particular subclasses. My
subclasses add to the stored information, but share the fact that the format
is about the same as that of #dump: without a proxy.
6.102.1 NullProxy class: instance creation
- loadFrom: anObjectDumper
- Reload the object stored in anObjectDumper
6.102.2 NullProxy: accessing
- dumpTo: anObjectDumper
- Dump the object stored in the proxy to anObjectDumper
|