Uses of Interface
com.db4o.marshall.WriteContext
-
-
Uses of WriteContext in com.db4o.internal
Methods in com.db4o.internal with parameters of type WriteContext Modifier and Type Method Description static void
Handlers4. write(TypeHandler4 handler, WriteContext context, java.lang.Object obj)
void
OpenTypeHandler. write(WriteContext context, java.lang.Object obj)
-
Uses of WriteContext in com.db4o.internal.collections
Methods in com.db4o.internal.collections with parameters of type WriteContext Modifier and Type Method Description void
BigSet. write(WriteContext context)
void
BigSetPersistence. write(WriteContext context)
void
BigSetTypeHandler. write(WriteContext context, java.lang.Object obj)
-
Uses of WriteContext in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers with parameters of type WriteContext Modifier and Type Method Description void
BooleanHandler. write(WriteContext context, java.lang.Object obj)
void
ByteHandler. write(WriteContext context, java.lang.Object obj)
void
CharHandler. write(WriteContext context, java.lang.Object obj)
void
DateHandlerBase. write(WriteContext context, java.lang.Object obj)
void
DoubleHandler. write(WriteContext context, java.lang.Object obj)
void
FloatHandler. write(WriteContext context, java.lang.Object obj)
void
IntHandler. write(WriteContext context, java.lang.Object obj)
void
LongHandler. write(WriteContext context, java.lang.Object obj)
void
NullFieldAwareTypeHandler. write(WriteContext context, java.lang.Object obj)
void
PlainObjectHandler. write(WriteContext context, java.lang.Object obj)
void
PrimitiveHandler. write(WriteContext context, java.lang.Object obj)
void
ShortHandler. write(WriteContext context, java.lang.Object obj)
void
StandardReferenceTypeHandler. write(WriteContext context, java.lang.Object obj)
void
StringBasedValueTypeHandlerBase. write(WriteContext context, java.lang.Object obj)
void
StringHandler. write(WriteContext context, java.lang.Object obj)
-
Uses of WriteContext in com.db4o.internal.handlers.array
Methods in com.db4o.internal.handlers.array with parameters of type WriteContext Modifier and Type Method Description void
ArrayHandler. write(WriteContext context, java.lang.Object obj)
protected void
ArrayHandler. writeDimensions(WriteContext context, ArrayInfo info)
protected void
MultidimensionalArrayHandler. writeDimensions(WriteContext context, ArrayInfo info)
protected void
ArrayHandler. writeElements(WriteContext context, java.lang.Object obj, ArrayInfo info)
protected void
MultidimensionalArrayHandler. writeElements(WriteContext context, java.lang.Object obj, ArrayInfo info)
protected void
ArrayHandler. writeInfo(WriteContext context, ArrayInfo info)
void
ArrayVersionHelper. writeTypeInfo(WriteContext context, ArrayInfo info)
void
ArrayVersionHelper3. writeTypeInfo(WriteContext context, ArrayInfo info)
-
Uses of WriteContext in com.db4o.internal.marshall
Classes in com.db4o.internal.marshall that implement WriteContext Modifier and Type Class Description class
MarshallingContext
-
Uses of WriteContext in com.db4o.typehandlers
Methods in com.db4o.typehandlers with parameters of type WriteContext Modifier and Type Method Description void
CollectionTypeHandler. write(WriteContext context, java.lang.Object obj)
void
HashtableTypeHandler. write(WriteContext context, java.lang.Object obj)
void
IgnoreFieldsTypeHandler. write(WriteContext context, java.lang.Object obj)
void
MapTypeHandler. write(WriteContext context, java.lang.Object obj)
void
TypeHandler4. write(WriteContext context, java.lang.Object obj)
gets called when an object is to be written to the database.void
VectorTypeHandler. write(WriteContext context, java.lang.Object obj)
void
InstantiatingTypeHandler. 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.internal
Methods in com.db4o.typehandlers.internal with parameters of type WriteContext Modifier and Type Method Description void
TreeSetTypeHandler. write(WriteContext context, java.lang.Object obj)
void
UnmodifiableListTypeHandler. write(WriteContext context, java.lang.Object obj)
void
TreeSetTypeHandler. writeInstantiation(WriteContext context, java.lang.Object obj)
void
UnmodifiableListTypeHandler. writeInstantiation(WriteContext context, java.lang.Object obj)
-