@NotStorableClass public class ObjectOutputForString extends AbstractObjectOutput
classInfoFactory, helperBinaryConversion, helperReflect, logger, NO_SOONS, objectIOManager, proxyManager2
Constructor and Description |
---|
ObjectOutputForString(IObjectIOManagerForObjectIO objectIOManager,
ClassInfoFactory classInfoFactory,
IProxyManagerForObjectIO proxyManager2,
HelperBinaryConversion helperBinaryConversion) |
Modifier and Type | Method and Description |
---|---|
boolean |
isValueChanged(ObjectAndPersistInfo object)
to know if object state change according to its original value
also compute reference change list |
int |
numberOfByteForData(ObjectAndPersistInfo object)
obtains the number of bytes need to store object state
|
void |
prepareWrite(ObjectAndPersistInfo object)
prepare possible write of object
|
void |
setReferenceChangeListForNewObject(ObjectAndPersistInfo objectAndItsClassInfo)
compute reference change list for new object
|
ObjectClassInfoAndDeclared[] |
willNotBeWroteImpl(ObjectAndPersistInfo object) |
protected ObjectClassInfoAndDeclared[] |
writeBodyAndItsHeader(byte[] binary,
int bodyBeginOffset,
ObjectAndPersistInfo object,
boolean updateOriginalValue) |
byteSize, byteSizeForFieldOrElement, computeReferenceChangeList, currentValuesToReferencedSoon, getObjectIOManager, isGenericValueChanged, setGarbageManagement, setReferenceChangeListForGeneric, willNotBeWrote, writeBody, writeCurrentValue, writeSignature, writeStaticFieldSignature
public ObjectOutputForString(IObjectIOManagerForObjectIO objectIOManager, ClassInfoFactory classInfoFactory, IProxyManagerForObjectIO proxyManager2, HelperBinaryConversion helperBinaryConversion)
public void prepareWrite(ObjectAndPersistInfo object) throws ObjectIOException, ObjectIOInvalidClassException, ObjectIONotSerializableException
IObjectOutput
object
- the objectObjectIOException
ObjectIOInvalidClassException
ObjectIONotSerializableException
public boolean isValueChanged(ObjectAndPersistInfo object)
IObjectOutput
object
- the object to testpublic void setReferenceChangeListForNewObject(ObjectAndPersistInfo objectAndItsClassInfo) throws ObjectIOException
IObjectOutput
ObjectIOException
public int numberOfByteForData(ObjectAndPersistInfo object) throws ObjectIOException
AbstractObjectOutput
numberOfByteForData
in class AbstractObjectOutput
object
- the objectObjectIOException
protected final ObjectClassInfoAndDeclared[] writeBodyAndItsHeader(byte[] binary, int bodyBeginOffset, ObjectAndPersistInfo object, boolean updateOriginalValue) throws ObjectIOException
writeBodyAndItsHeader
in class AbstractObjectOutput
binary
- binary data of data record associated to objectbodyBeginOffset
- offset in binary data of begin of bodyobject
- the object which for state is to writeupdateOriginalValue
- true if set original value to current value ( true only when
serialization is done to update heap file )ObjectIOException
public ObjectClassInfoAndDeclared[] willNotBeWroteImpl(ObjectAndPersistInfo object) throws ObjectIOException
willNotBeWroteImpl
in class AbstractObjectOutput
ObjectIOException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.