Inheritance diagram for Sct.SerializableWrapper:
Public Member Functions | |
SerializableWrapper (Streamable s) | |
Constructs a SerializableWrapper from a Streamable. | |
SerializableWrapper (Streamable s, String uniqueID, String className) | |
Creates a SerializableWrapper with. | |
String | getClassName () |
String | getUniqueID () |
void | write (OStream s, ObjectManager o) throws java.io.IOException |
Streamable | get () |
Static Public Member Functions | |
SerializableWrapper | read (IStream in, ObjectManager o) throws java.io.IOException |
Public Attributes | |
Streamable | st |
|
Constructs a SerializableWrapper from a Streamable. It creates an internal unique ID and uses the name of this class as its class name. |
|
Implements Sct.Serializable. |