|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Serializable
A simple interface to serialize objects on j2ME platform
Method Summary | |
---|---|
void |
deserialize(java.io.DataInputStream in)
Read object field from the input stream. |
void |
serialize(java.io.DataOutputStream out)
Write object fields to the output stream. |
Method Detail |
---|
void serialize(java.io.DataOutputStream out) throws java.io.IOException
out
- Output stream
java.io.IOException
void deserialize(java.io.DataInputStream in) throws java.io.IOException
in
- Input stream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |