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.ObjectOpenTypeHandler. read(ReadContext readContext)static java.lang.ObjectHandlers4. 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 voidBigSet. read(ReadContext context)voidBigSetPersistence. 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 classDeleteContextImpl -
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.ObjectBooleanHandler. read(ReadContext context)java.lang.ObjectByteHandler. read(ReadContext context)java.lang.ObjectCharHandler. read(ReadContext context)java.lang.ObjectDateHandler0. read(ReadContext context)java.lang.ObjectDateHandlerBase. read(ReadContext context)java.lang.ObjectDoubleHandler. read(ReadContext context)java.lang.ObjectDoubleHandler0. read(ReadContext context)java.lang.ObjectFloatHandler. read(ReadContext context)java.lang.ObjectFloatHandler0. read(ReadContext context)java.lang.ObjectIntHandler. read(ReadContext context)java.lang.ObjectIntHandler0. read(ReadContext context)java.lang.ObjectLongHandler. read(ReadContext context)java.lang.ObjectLongHandler0. read(ReadContext context)java.lang.ObjectPrimitiveHandler. read(ReadContext context)java.lang.ObjectShortHandler. read(ReadContext context)java.lang.ObjectShortHandler0. read(ReadContext context)java.lang.ObjectStringBasedValueTypeHandlerBase. read(ReadContext context)java.lang.ObjectStringHandler. read(ReadContext context)java.lang.ObjectStringHandler0. 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.ObjectArrayHandler. read(ReadContext context)java.lang.ObjectArrayHandler0. read(ReadContext readContext)java.lang.ObjectMultidimensionalArrayHandler0. read(ReadContext readContext)protected voidArrayHandler. readElements(ReadContext context, ArrayInfo info, java.lang.Object array)protected voidMultidimensionalArrayHandler. readElements(ReadContext context, ArrayInfo info, java.lang.Object array)protected voidArrayHandler. 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.ObjectOpenTypeHandler0. read(ReadContext context)java.lang.ObjectOpenTypeHandler7. read(ReadContext readContext) -
Uses of ReadContext in com.db4o.internal.marshall
Subinterfaces of ReadContext in com.db4o.internal.marshall Modifier and Type Interface Description interfaceInternalReadContextinterfaceObjectIdContextClasses in com.db4o.internal.marshall that implement ReadContext Modifier and Type Class Description classAbstractReadContextclassCollectIdContextclassObjectHeaderContextclassObjectIdContextImplclassObjectReferenceContextclassQueryingReadContextclassUnmarshallingContextWraps 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 interfaceReferenceActivationContextthis 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.ObjectInstantiatingTypeHandler. instantiate(ReadContext context)java.lang.ObjectValueTypeHandler. 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.ObjectTreeSetTypeHandler. instantiate(ReadContext context)java.lang.ObjectUnmodifiableListTypeHandler. instantiate(ReadContext context)
-