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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectpersistentObject()- 
Methods inherited from interface com.db4o.marshall.ContextobjectContainer, transaction
 - 
Methods inherited from interface com.db4o.marshall.ReadBufferoffset, readBitMap, readByte, readBytes, readInt, readLong, seek
 - 
Methods inherited from interface com.db4o.marshall.ReadContextreadObject, readObject
 
- 
 
-