class BaseObject extends Object implements StoredObject, Serializable
Modifier and Type | Field and Description |
---|---|
private byte[] |
blob |
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
BaseObject(StorableObject object) |
Modifier and Type | Method and Description |
---|---|
void |
restore(StorableObject object)
Restore the state of a
StorableObject object. |
static final long serialVersionUID
private byte[] blob
BaseObject(StorableObject object)
public void restore(StorableObject object) throws IOException, ClassNotFoundException
StoredObject
StorableObject
object.restore
in interface StoredObject
object
- to restoreIOException
ClassNotFoundException
Copyright 2007-2016, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.