Uses of Interface
com.db4o.marshall.ReadContext
-
-
Uses of ReadContext in com.db4o.internal
Methods in com.db4o.internal with parameters of type ReadContext Modifier and Type Method Description java.lang.Object
OpenTypeHandler. read(ReadContext readContext)
static java.lang.Object
Handlers4. readValueType(ReadContext context, TypeHandler4 handler)
-
Uses of ReadContext in com.db4o.internal.collections
Methods in com.db4o.internal.collections with parameters of type ReadContext Modifier and Type Method Description void
BigSet. read(ReadContext context)
void
BigSetPersistence. read(ReadContext context)
-
Uses of ReadContext in com.db4o.internal.delete
Classes in com.db4o.internal.delete that implement ReadContext Modifier and Type Class Description class
DeleteContextImpl
-
Uses of ReadContext in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers with parameters of type ReadContext Modifier and Type Method Description java.lang.Object
BooleanHandler. read(ReadContext context)
java.lang.Object
ByteHandler. read(ReadContext context)
java.lang.Object
CharHandler. read(ReadContext context)
java.lang.Object
DateHandler0. read(ReadContext context)
java.lang.Object
DateHandlerBase. read(ReadContext context)
java.lang.Object
DoubleHandler. read(ReadContext context)
java.lang.Object
DoubleHandler0. read(ReadContext context)
java.lang.Object
FloatHandler. read(ReadContext context)
java.lang.Object
FloatHandler0. read(ReadContext context)
java.lang.Object
IntHandler. read(ReadContext context)
java.lang.Object
IntHandler0. read(ReadContext context)
java.lang.Object
LongHandler. read(ReadContext context)
java.lang.Object
LongHandler0. read(ReadContext context)
java.lang.Object
PrimitiveHandler. read(ReadContext context)
java.lang.Object
ShortHandler. read(ReadContext context)
java.lang.Object
ShortHandler0. read(ReadContext context)
java.lang.Object
StringBasedValueTypeHandlerBase. read(ReadContext context)
java.lang.Object
StringHandler. read(ReadContext context)
java.lang.Object
StringHandler0. read(ReadContext context)
-
Uses of ReadContext in com.db4o.internal.handlers.array
Methods in com.db4o.internal.handlers.array with parameters of type ReadContext Modifier and Type Method Description java.lang.Object
ArrayHandler. read(ReadContext context)
java.lang.Object
ArrayHandler0. read(ReadContext readContext)
java.lang.Object
MultidimensionalArrayHandler0. read(ReadContext readContext)
protected void
ArrayHandler. readElements(ReadContext context, ArrayInfo info, java.lang.Object array)
protected void
MultidimensionalArrayHandler. readElements(ReadContext context, ArrayInfo info, java.lang.Object array)
protected void
ArrayHandler. readInto(ReadContext context, ArrayInfo info, java.lang.Object array)
-
Uses of ReadContext in com.db4o.internal.handlers.versions
Methods in com.db4o.internal.handlers.versions with parameters of type ReadContext Modifier and Type Method Description java.lang.Object
OpenTypeHandler0. read(ReadContext context)
java.lang.Object
OpenTypeHandler7. read(ReadContext readContext)
-
Uses of ReadContext in com.db4o.internal.marshall
Subinterfaces of ReadContext in com.db4o.internal.marshall Modifier and Type Interface Description interface
InternalReadContext
interface
ObjectIdContext
Classes in com.db4o.internal.marshall that implement ReadContext Modifier and Type Class Description class
AbstractReadContext
class
CollectIdContext
class
ObjectHeaderContext
class
ObjectIdContextImpl
class
ObjectReferenceContext
class
QueryingReadContext
class
UnmarshallingContext
Wraps the low-level details of reading a Buffer, which in turn is a glorified byte array. -
Uses of ReadContext in com.db4o.marshall
Subinterfaces of ReadContext in com.db4o.marshall Modifier and Type Interface Description interface
ReferenceActivationContext
this interface is passed to reference type handlers. -
Uses of ReadContext in com.db4o.typehandlers
Methods in com.db4o.typehandlers with parameters of type ReadContext Modifier and Type Method Description java.lang.Object
InstantiatingTypeHandler. instantiate(ReadContext context)
java.lang.Object
ValueTypeHandler. read(ReadContext context)
gets called when an value type is to be read from the database. -
Uses of ReadContext in com.db4o.typehandlers.internal
Methods in com.db4o.typehandlers.internal with parameters of type ReadContext Modifier and Type Method Description java.lang.Object
TreeSetTypeHandler. instantiate(ReadContext context)
java.lang.Object
UnmodifiableListTypeHandler. instantiate(ReadContext context)
-