|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Serialiser
An interface that all Serialisers for FrameScript should implement.
Method Summary | |
---|---|
void |
serialiseTo(java.lang.String filename)
Serialises FrameScript to a file. |
void |
unserialiseFrom(java.lang.String filename)
Deserialises FrameScript from a file. |
Method Detail |
---|
void serialiseTo(java.lang.String filename) throws java.io.IOException, unsw.cse.framescript.SerialisationException
filename
- name of the file to serialise to
java.io.IOException
- any exceptions writing to the file
unsw.cse.framescript.SerialisationException
- any exceptions in serialising FrameScriptvoid unserialiseFrom(java.lang.String filename) throws java.io.IOException, unsw.cse.framescript.SerialisationException
filename
- the name of the file to deserialise from
java.io.IOException
- any errors reading from the file
unsw.cse.framescript.SerialisationException
- any errors deserialising an object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |