Package | Description |
---|---|
net.sf.joafip.store.service | |
net.sf.joafip.store.service.objectio.manager | |
net.sf.joafip.store.service.objectio.serialize.output |
Constructor and Description |
---|
StoreTooBigForSerializationException(String message,
String filePath,
ObjectIOTooBigForSerializationException cause) |
Modifier and Type | Method and Description |
---|---|
byte[] |
SerializerObjectIOManager.marshal(Object object) |
void |
IObjectIOManagerForSave.prepareWrite(ObjectAndPersistInfo objectAndPersistInfo)
write preparation, ensure all sons have a data record identifier
|
void |
AbstractObjectIOManagerIOForObject.prepareWrite(ObjectAndPersistInfo objectAndPersistInfo) |
void |
ObjectIOManager.storeInChangeLog(ObjectAndPersistInfo objectAndPersistInfo)
write object in serialized form to change log
|
Modifier and Type | Method and Description |
---|---|
void |
IObjectOutput.prepareWrite(ObjectAndPersistInfo objectAndItsClassInfo)
prepare possible write of object
|
void |
AbstractObjectOutputSerialize.prepareWrite(ObjectAndPersistInfo objectAndPersistInfo) |
protected byte[] |
ObjectOutputSerializeZipped.serialize(ObjectAndItsClassInfo objectAndItsClassInfo) |
protected byte[] |
ObjectOutputSerializeGZipped.serialize(ObjectAndItsClassInfo objectAndItsClassInfo) |
protected byte[] |
ObjectOutputSerialize.serialize(ObjectAndItsClassInfo objectAndItsClassInfo) |
protected abstract byte[] |
AbstractObjectOutputSerialize.serialize(ObjectAndItsClassInfo object)
serialize object
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.