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 |
Package Attributes | |
Streamable | st |
Private Attributes | |
String | className |
String | uniqueID |
Static Private Attributes | |
int | count = 0 |
Definition at line 14 of file SerializableWrapper.java.
|
Constructs a SerializableWrapper from a Streamable. It creates an internal unique ID and uses the name of this class as its class name. Definition at line 21 of file SerializableWrapper.java. |
|
Implements Sct.Serializable. Definition at line 40 of file SerializableWrapper.java. |