Next:
ObjectDumper class-instance creation
, Up:
ObjectDumper
1.121.1 ObjectDumper class: establishing proxy classes
disableProxyFor: aClass
Disable proxies for instances of aClass and its descendants
hasProxyFor: aClass
Answer whether a proxy class has been registered for instances of aClass.
proxyClassFor: anObject
Answer the class of a valid proxy for an object, or nil if none could be found
proxyFor: anObject
Answer a valid proxy for an object, or the object itself if none could be found
registerProxyClass: aProxyClass for: aClass
Register the proxy class aProxyClass - descendent of DumperProxy - to be used for instances of aClass and its descendants