public class PersistentSerializablePortability extends SerializablePortability implements PersistentPortability<Serializable>
SerializablePortability.SerializableDataKeylookup, nextStreamIndex| Constructor and Description |
|---|
PersistentSerializablePortability() |
PersistentSerializablePortability(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrap(ObjectInput input) |
void |
close() |
void |
flush() |
void |
persist(ObjectOutput output) |
addedMapping, decode, disconnect, encode, equals, getObjectInputStream, getObjectOutputStream, getOrAddMappingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encode, equalspublic PersistentSerializablePortability()
public PersistentSerializablePortability(ClassLoader classLoader)
public void flush()
throws IOException
flush in interface PersistentIOExceptionpublic void close()
throws IOException
close in interface PersistentIOExceptionpublic void persist(ObjectOutput output) throws IOException
persist in interface PersistentIOExceptionpublic void bootstrap(ObjectInput input) throws IOException
bootstrap in interface PersistentIOExceptionCopyright © 2015–2024. All rights reserved.