|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISerializable
This interface defines a serializable component.
| Method Summary | |
|---|---|
void |
marshall(java.io.OutputStream stream)
Write to an output stream. |
void |
unmarshall(java.io.InputStream stream)
Read from an input stream. |
| Method Detail |
|---|
void unmarshall(java.io.InputStream stream)
throws java.io.IOException
stream - the stream to read from
java.io.IOException - an io exception occurs
void marshall(java.io.OutputStream stream)
throws java.io.IOException
stream - the stream to write to
java.io.IOException - an io exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||