|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--moka.lang.Object | +--moka.io.Serializable
This class implements the hability to serialize and write an object to a stream and interfaces the hability to read and deserialize an object from a stream.
Constructor Summary | |
Serializable()
|
Method Summary | |
abstract moka.lang.Object |
deserialize(moka.io.IOStream ios)
Reads and deserializes an object from a given stream. |
abstract void |
serialize(moka.io.IOStream ios)
Serializes and writes this object to a given stream. |
Methods inherited from class moka.lang.Object |
equals, finalize, getClassName, toString |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Serializable()
Method Detail |
public abstract void serialize(moka.io.IOStream ios)
ios
- The stream to write topublic abstract moka.lang.Object deserialize(moka.io.IOStream ios)
ios
- The stream to read from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |