|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.princeton.wordnet.browser.Serializer
public class Serializer
Serializer
Constructor Summary | |
---|---|
Serializer()
|
Method Summary | |
---|---|
static java.lang.Object |
read(java.lang.String thisFilename)
Read objct from filename |
static void |
write(java.lang.Object thisObject,
java.lang.String thisFilename)
Write object to file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Serializer()
Method Detail |
---|
public static void write(java.lang.Object thisObject, java.lang.String thisFilename) throws java.lang.Exception
thisObject
- objectthisFilename
- filename
java.lang.Exception
public static java.lang.Object read(java.lang.String thisFilename) throws java.lang.Exception
thisFilename
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |