|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.export.util.SerializableWrapper
public class SerializableWrapper
Wraps an exportable object so that it can be serialized (in an inefficient manner, by creating
a new BinaryExporter).
| Constructor Summary | |
|---|---|
SerializableWrapper()
No-arg constructor for deserialization. |
|
SerializableWrapper(Object object)
Creates a new wrapper for the specified object. |
|
| Method Summary | |
|---|---|
Object |
getObject()
Returns a reference to the wrapped object. |
void |
readExternal(ObjectInput in)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializableWrapper(Object object)
public SerializableWrapper()
| Method Detail |
|---|
public Object getObject()
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||