Package com.db4o.marshall
Interface ReferenceActivationContext
-
- All Superinterfaces:
Context
,ReadBuffer
,ReadContext
- All Known Implementing Classes:
UnmarshallingContext
public interface ReferenceActivationContext extends ReadContext
this interface is passed to reference type handlers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
persistentObject()
-
Methods inherited from interface com.db4o.marshall.Context
objectContainer, transaction
-
Methods inherited from interface com.db4o.marshall.ReadBuffer
offset, readBitMap, readByte, readBytes, readInt, readLong, seek
-
Methods inherited from interface com.db4o.marshall.ReadContext
readObject, readObject
-
-