public class PermObject
extends java.lang.Object
Constructor and Description |
---|
PermObject() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
read(java.io.File file)
Returns a deserialized object.
|
static void |
write(java.io.File file,
java.lang.Object objectToBeSaved)
Writes an object as file.
|
public static void write(java.io.File file, java.lang.Object objectToBeSaved)
fileName
- the name of the file containing the serialized objectobjectToBeSaved
- the object to be serializedpublic static java.lang.Object read(java.io.File file)
fileName
- the name of the file containing the serialized objectCopyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de