Package com.db4o.internal.marshall
Interface MarshallingInfo
-
- All Superinterfaces:
AspectVersionContext
- All Known Subinterfaces:
DefragmentContext
- All Known Implementing Classes:
CollectIdContext
,DefragmentContextImpl
,DeleteContextImpl
,MarshallingContext
,ObjectHeaderContext
,ObjectIdContextImpl
,ObjectReferenceContext
,UnmarshallingContext
public interface MarshallingInfo extends AspectVersionContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beginSlot()
ReadBuffer
buffer()
ClassMetadata
classMetadata()
boolean
isNull(int fieldIndex)
-
Methods inherited from interface com.db4o.internal.marshall.AspectVersionContext
declaredAspectCount, declaredAspectCount
-
-
-
-
Method Detail
-
classMetadata
ClassMetadata classMetadata()
-
buffer
ReadBuffer buffer()
-
beginSlot
void beginSlot()
-
isNull
boolean isNull(int fieldIndex)
-
-