edu.princeton.wordnet.browser.Serializer Class Reference
List of all members.
Static Public Member Functions |
static void | write (final Object thisObject, final String thisFilename) throws Exception |
static Object | read (final String thisFilename) throws Exception |
Detailed Description
Serializer
- Author:
- Bernard Bou
Member Function Documentation
static Object edu.princeton.wordnet.browser.Serializer.read |
( |
final String |
thisFilename |
) |
throws Exception [static] |
Read objct from filename
- Parameters:
-
- Returns:
- object
- Exceptions:
-
static void edu.princeton.wordnet.browser.Serializer.write |
( |
final Object |
thisObject, |
|
|
final String |
thisFilename | |
|
) |
| | throws Exception [static] |
Write object to file
- Parameters:
-
| thisObject | object |
| thisFilename | filename |
- Exceptions:
-
The documentation for this class was generated from the following file:
- /opt/devel/wnscope/WordNetScope/src/edu/princeton/wordnet/browser/Serializer.java