public class SerializedObject extends Object implements Serializable, RevisionHandler
| Constructor and Description |
|---|
SerializedObject(Object toStore)
Creates a new serialized object (without compression).
|
SerializedObject(Object toStore,
boolean compress)
Creates a new serialized object.
|
public SerializedObject(Object toStore) throws Exception
toStore - the object to storeException - if the object couldn't be serializedpublic int hashCode()
public Object getObject()
Exception - if the object couldn't be restoredpublic String getRevision()
getRevision in interface RevisionHandlerCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.