Back: Notification-exception description
Up: Class reference
Forward: NullProxy class-instance creation
 
Top: GNU Smalltalk User's Guide
Contents: Table of Contents
Index: Class index
About: About this document

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  (class)
6.102.2 NullProxy: accessing  (instance)


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




This document was generated on May, 12 2002 using texi2html