|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objects implementing this interface may be directy read and written from and to XmaOutput/XmaInput without relying on the standard java serialization mechanism.
Classes implementing this interface must have a public default constructor. It will be called before calling deserialize to create an instance.
| Method Summary | |
void |
deserialize(XmaInput in)
Reads the information from in and sets instance variable's values in this. |
void |
serialize(XmaOutput out)
Maps the information in this to out. |
| Method Detail |
public void serialize(XmaOutput out)
throws java.io.IOException
java.io.IOException
public void deserialize(XmaInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||