Inheritance diagram for Sct.ISProxy.ObjectManagerISProxy:


| Public Member Functions | |
| Name | writeObject (Serializable object) throws java.io.IOException | 
| Write a Serializable object. | |
| void | writeObject (OStream s, String name, Streamable object, boolean writeClassName) throws java.io.IOException | 
| A simple implementation - if writeClassName, calls writeClassName to write the className then class object.write(OStream s, this). | |
| Static Public Member Functions | |
| static ObjectManagerISProxy | instance () | 
| Private Member Functions | |
| ObjectManagerISProxy () | |
| Creates a new instance of ObjectManagerISProxy. | |
| Static Private Attributes | |
| static ObjectManagerISProxy | instance | 
This means that the object is written to a file using Sct.File.ObjectManagerFile but an ISProxy object that points to it is written to IS using Sct.IS.ObjectManagerIS.
The basic semantics are: If asked to write a top-level object,, write it to a File, and write a proxy to IS
Definition at line 24 of file ObjectManagerISProxy.java.
| 
 | 
| Write a Serializable object. 
 
 
 
 Reimplemented from Sct.IS.ObjectManagerIS. Definition at line 32 of file ObjectManagerISProxy.java. | 
 1.4.6
 1.4.6