public interface ObjectDictionaryFile extends DictionaryFile
DictionaryFile
that reads and writes serialized objects.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
readObject()
Reads and deserializes an object from the file.
|
void |
writeObject(java.lang.Object obj)
Serializes and write an object ot the file.
|
close, edit, getFilename, getFileType, getPOS, isOpen, open, save
getDictionary, setDictionary
java.lang.Object readObject() throws JWNLException
JWNLException
- JWNLExceptionvoid writeObject(java.lang.Object obj) throws JWNLException
obj
- object to writeJWNLException
- JWNLException