Uses of Class
com.db4o.internal.marshall.MarshallingContext
-
Packages that use MarshallingContext Package Description com.db4o.internal com.db4o.internal.handlers -
-
Uses of MarshallingContext in com.db4o.internal
Methods in com.db4o.internal with parameters of type MarshallingContext Modifier and Type Method Description MarshallingBuffer
MarshallingBuffer. checkBlockAlignment(MarshallingContext context, MarshallingBuffer precedingBuffer, IntByRef precedingLength)
abstract void
ClassAspect. marshall(MarshallingContext context, java.lang.Object child)
void
FieldMetadata. marshall(MarshallingContext context, java.lang.Object obj)
void
TypeHandlerAspect. marshall(MarshallingContext context, java.lang.Object obj)
void
VirtualFieldMetadata. marshall(MarshallingContext context, java.lang.Object obj)
void
MarshallingBuffer. mergeChildren(MarshallingContext context, int masterAddress, int linkOffset)
-
Uses of MarshallingContext in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers with parameters of type MarshallingContext Modifier and Type Method Description void
StandardReferenceTypeHandler. marshallAspects(java.lang.Object obj, MarshallingContext context)
-