|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IModelSerializer
This interface defines the methods to serialize and unserialize to/from a file
| Method Summary | |
|---|---|
void |
serialize(java.lang.String fileName)
To serialize the wizard means to write all data from user input to an XML file so the file can be loaded later on. |
void |
unserialize(java.lang.String fileName)
Unserialize the fileName and initialize the
wizard with the data. |
| Method Detail |
|---|
void serialize(java.lang.String fileName)
fileName - name of the XML filevoid unserialize(java.lang.String fileName)
fileName and initialize the
wizard with the data.
fileName - name of the XML file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||