|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface which should be implemented by any object which can be serialized.
Implementation of writeObject
readObject
methods should
stpre/fetch content to of the object to the provided stream.
Order of storing/fetching fields should be the same in both methods.
Method Summary | |
void |
readObject(IInputStream in)
Fetch object fields from the stream |
void |
writeObject(IOutputStream out)
Store object fields in the stream. |
Method Detail |
public void readObject(IInputStream in)
in
- stream from which object data should be fetchedpublic void writeObject(IOutputStream out)
out
- stream to which object is written
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |