|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StorableObject
Interface for an object meant to be stored.
| Method Summary | |
|---|---|
java.lang.String |
getId()
Returns the object's id. |
void |
load(java.io.ObjectInputStream is)
Deserializes the object from the input stream. |
void |
store(java.io.ObjectOutputStream os)
Serializes the object to from the output stream. |
| Method Detail |
|---|
java.lang.String getId()
void load(java.io.ObjectInputStream is)
throws java.io.IOException
is - the input stream to deserialize from.
java.io.IOException
void store(java.io.ObjectOutputStream os)
throws java.io.IOException
os - the output stream to deserialize to.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||