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.internalMethods in com.db4o.internal with parameters of type MarshallingContext Modifier and Type Method Description MarshallingBufferMarshallingBuffer. checkBlockAlignment(MarshallingContext context, MarshallingBuffer precedingBuffer, IntByRef precedingLength)abstract voidClassAspect. marshall(MarshallingContext context, java.lang.Object child)voidFieldMetadata. marshall(MarshallingContext context, java.lang.Object obj)voidTypeHandlerAspect. marshall(MarshallingContext context, java.lang.Object obj)voidVirtualFieldMetadata. marshall(MarshallingContext context, java.lang.Object obj)voidMarshallingBuffer. mergeChildren(MarshallingContext context, int masterAddress, int linkOffset)
- 
Uses of MarshallingContext in com.db4o.internal.handlersMethods in com.db4o.internal.handlers with parameters of type MarshallingContext Modifier and Type Method Description voidStandardReferenceTypeHandler. marshallAspects(java.lang.Object obj, MarshallingContext context)
 
-