com.db4o.marshall |
|
Java Source File Name | Type | Comment |
Context.java | Interface | |
ReadBuffer.java | Interface | a buffer interface with methods to read. |
ReadContext.java | Interface | this interface is passed to internal class com.db4o.internal.TypeHandler4
when instantiating objects. |
WriteBuffer.java | Interface | a buffer interface with write methods. |
WriteContext.java | Interface | this interface is passed to internal class com.db4o.internal.TypeHandler4 during marshalling
and provides methods to marshal objects. |