@NotStorableClass public abstract class AbstractObjectInputGenericNotStatic extends AbstractObjectInputGeneric
FAILED_CREATE_OBJECT
classInfoFactory, helperBinaryConversion, helperReflect, logger, objectIOManager, proxyManager2
Constructor and Description |
---|
AbstractObjectInputGenericNotStatic(IObjectIOManagerForObjectIO objectIOManager,
ClassInfoFactory classInfoFactory,
IProxyManagerForObjectIO proxyManager2,
HelperBinaryConversion helperBinaryConversion) |
Modifier and Type | Method and Description |
---|---|
protected int |
checkSignatureImpl(ObjectAndPersistInfo objectAndPersistInfo,
byte[] binary,
int offset) |
void |
setObjectStateFromFieldValueList(ObjectAndPersistInfo objectAndPersistInfo,
ValuedFieldList valuedFieldList) |
protected void |
setObjectStateFromFieldValueListExternalizable(ObjectAndPersistInfo objectAndPersistInfo,
ValuedFieldList valuedFieldList) |
protected void |
setObjectStateFromFieldValueListSerializable(ObjectAndPersistInfo objectAndPersistInfo,
ValuedFieldList valuedFieldList) |
addSonReadObject, createObject, createObjectImpl, getField, getFieldToSetInfoImpl, getReferencedList, initializeObject, readObjectStoredState, readObjectStoredStateGeneric, setObjectAllDeclaredFieldsValueToNull, setObjectState, setObjectStateExternalizable, setObjectStateExternalizable, setObjectStateFromFieldValueListGeneric, setObjectStateFromFieldValueListImpl, setObjectStateGeneric, setObjectStateGenericNoLengthCheck, setObjectStateImpl, setObjectStateSerializable, setObjectStateSerializable
checkSignature, checkStaticFieldSignature, getObjectIOManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isImmediate, isLazy, unsetObjectState
public AbstractObjectInputGenericNotStatic(IObjectIOManagerForObjectIO objectIOManager, ClassInfoFactory classInfoFactory, IProxyManagerForObjectIO proxyManager2, HelperBinaryConversion helperBinaryConversion)
protected int checkSignatureImpl(ObjectAndPersistInfo objectAndPersistInfo, byte[] binary, int offset) throws ObjectIOInvalidClassException, ObjectIOException
checkSignatureImpl
in class AbstractObjectInputGeneric
ObjectIOInvalidClassException
ObjectIOException
public void setObjectStateFromFieldValueList(ObjectAndPersistInfo objectAndPersistInfo, ValuedFieldList valuedFieldList) throws ObjectIOException, ObjectIOInvalidClassException
protected final void setObjectStateFromFieldValueListSerializable(ObjectAndPersistInfo objectAndPersistInfo, ValuedFieldList valuedFieldList) throws ObjectIOException, ObjectIOInvalidClassException, ObjectIODataRecordNotFoundException, ObjectIOClassNotFoundException, ObjectIODataCorruptedException, ObjectIONotSerializableException
protected final void setObjectStateFromFieldValueListExternalizable(ObjectAndPersistInfo objectAndPersistInfo, ValuedFieldList valuedFieldList) throws ObjectIOException, ObjectIOInvalidClassException, ObjectIODataRecordNotFoundException, ObjectIOClassNotFoundException, ObjectIODataCorruptedException, ObjectIONotSerializableException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.