Package com.db4o.internal.marshall
Class SlotFormat2
- java.lang.Object
-
- com.db4o.internal.marshall.SlotFormat
-
- com.db4o.internal.marshall.SlotFormat2
-
public class SlotFormat2 extends SlotFormat
-
-
Constructor Summary
Constructors Constructor Description SlotFormat2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
handlerVersion()
boolean
isIndirectedWithinSlot(TypeHandler4 handler)
-
Methods inherited from class com.db4o.internal.marshall.SlotFormat
current, doWithSlotIndirection, doWithSlotIndirection, equals, forHandlerVersion, hashCode, readHeaderAttributes, skipMarshallerInfo, writeObjectClassID
-
-
-
-
Method Detail
-
handlerVersion
protected int handlerVersion()
- Specified by:
handlerVersion
in classSlotFormat
-
isIndirectedWithinSlot
public boolean isIndirectedWithinSlot(TypeHandler4 handler)
- Specified by:
isIndirectedWithinSlot
in classSlotFormat
-
-