GnuSmalltalkUsersGuide:BaseChapter 117

From 흡혈양파의 번역工房
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
NullProxy

NullProxy

네임스페이스 Smalltalk에 정의됨

슈퍼클래스: AlternativeObjectProxy

범주: 스트림-파일


나는 저장해야 할 객체에 대해 특별한 처리를 하지 않는 프록시이다. 특정 서브클래스에 대한 프록시를 비활성화시키는 데에 나를 사용할 수 있다. 나의 서브클래스들은 보관된 정보에 추가하지만 포맷이 프록시가 없는 #dump: 의 포맷과 거의 같다는 사실을 공유한다.


NullProxy 클래스: 인스턴스 생성

loadFrom: anObjectDumper

anObjectDumper에 보관된 객체를 재로딩하라.


NullProxy: 접근하기

dumpTo: anObjectDumper

프록시에 보관된 객체를 anObjectDumper로 덤프(dump)하라.


Notes