Back: Notification-exception description Up: Base classes Forward: NullProxy class-instance creation   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.114 NullProxy

Defined in namespace Smalltalk
Superclass: AlternativeObjectProxy
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.

1.114.1 NullProxy class: instance creation  (class)
1.114.2 NullProxy: accessing  (instance)


1.114.1 NullProxy class: instance creation

loadFrom: anObjectDumper
Reload the object stored in anObjectDumper


1.114.2 NullProxy: accessing

dumpTo: anObjectDumper
Dump the object stored in the proxy to anObjectDumper



Back: NullProxy class-instance creation Up: NullProxy Forward: NullValueHolder   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on May, 22 2008 using texi2html