Uses of Interface
com.db4o.marshall.WriteContext
- 
- 
Uses of WriteContext in com.db4o.internalMethods in com.db4o.internal with parameters of type WriteContext Modifier and Type Method Description static voidHandlers4. write(TypeHandler4 handler, WriteContext context, java.lang.Object obj)voidOpenTypeHandler. write(WriteContext context, java.lang.Object obj)
- 
Uses of WriteContext in com.db4o.internal.collectionsMethods in com.db4o.internal.collections with parameters of type WriteContext Modifier and Type Method Description voidBigSet. write(WriteContext context)voidBigSetPersistence. write(WriteContext context)voidBigSetTypeHandler. write(WriteContext context, java.lang.Object obj)
- 
Uses of WriteContext in com.db4o.internal.handlersMethods in com.db4o.internal.handlers with parameters of type WriteContext Modifier and Type Method Description voidBooleanHandler. write(WriteContext context, java.lang.Object obj)voidByteHandler. write(WriteContext context, java.lang.Object obj)voidCharHandler. write(WriteContext context, java.lang.Object obj)voidDateHandlerBase. write(WriteContext context, java.lang.Object obj)voidDoubleHandler. write(WriteContext context, java.lang.Object obj)voidFloatHandler. write(WriteContext context, java.lang.Object obj)voidIntHandler. write(WriteContext context, java.lang.Object obj)voidLongHandler. write(WriteContext context, java.lang.Object obj)voidNullFieldAwareTypeHandler. write(WriteContext context, java.lang.Object obj)voidPlainObjectHandler. write(WriteContext context, java.lang.Object obj)voidPrimitiveHandler. write(WriteContext context, java.lang.Object obj)voidShortHandler. write(WriteContext context, java.lang.Object obj)voidStandardReferenceTypeHandler. write(WriteContext context, java.lang.Object obj)voidStringBasedValueTypeHandlerBase. write(WriteContext context, java.lang.Object obj)voidStringHandler. write(WriteContext context, java.lang.Object obj)
- 
Uses of WriteContext in com.db4o.internal.handlers.arrayMethods in com.db4o.internal.handlers.array with parameters of type WriteContext Modifier and Type Method Description voidArrayHandler. write(WriteContext context, java.lang.Object obj)protected voidArrayHandler. writeDimensions(WriteContext context, ArrayInfo info)protected voidMultidimensionalArrayHandler. writeDimensions(WriteContext context, ArrayInfo info)protected voidArrayHandler. writeElements(WriteContext context, java.lang.Object obj, ArrayInfo info)protected voidMultidimensionalArrayHandler. writeElements(WriteContext context, java.lang.Object obj, ArrayInfo info)protected voidArrayHandler. writeInfo(WriteContext context, ArrayInfo info)voidArrayVersionHelper. writeTypeInfo(WriteContext context, ArrayInfo info)voidArrayVersionHelper3. writeTypeInfo(WriteContext context, ArrayInfo info)
- 
Uses of WriteContext in com.db4o.internal.marshallClasses in com.db4o.internal.marshall that implement WriteContext Modifier and Type Class Description classMarshallingContext
- 
Uses of WriteContext in com.db4o.typehandlersMethods in com.db4o.typehandlers with parameters of type WriteContext Modifier and Type Method Description voidCollectionTypeHandler. write(WriteContext context, java.lang.Object obj)voidHashtableTypeHandler. write(WriteContext context, java.lang.Object obj)voidIgnoreFieldsTypeHandler. write(WriteContext context, java.lang.Object obj)voidMapTypeHandler. write(WriteContext context, java.lang.Object obj)voidTypeHandler4. write(WriteContext context, java.lang.Object obj)gets called when an object is to be written to the database.voidVectorTypeHandler. write(WriteContext context, java.lang.Object obj)voidInstantiatingTypeHandler. writeInstantiation(WriteContext context, java.lang.Object obj)gets called when an object is to be written to the database.
- 
Uses of WriteContext in com.db4o.typehandlers.internalMethods in com.db4o.typehandlers.internal with parameters of type WriteContext Modifier and Type Method Description voidTreeSetTypeHandler. write(WriteContext context, java.lang.Object obj)voidUnmodifiableListTypeHandler. write(WriteContext context, java.lang.Object obj)voidTreeSetTypeHandler. writeInstantiation(WriteContext context, java.lang.Object obj)voidUnmodifiableListTypeHandler. writeInstantiation(WriteContext context, java.lang.Object obj)
 
-