Package com.db4o.internal.marshall
Class ClassMarshaller2
- java.lang.Object
-
- com.db4o.internal.marshall.ClassMarshaller
-
- com.db4o.internal.marshall.ClassMarshaller2
-
public class ClassMarshaller2 extends ClassMarshaller
-
-
Field Summary
-
Fields inherited from class com.db4o.internal.marshall.ClassMarshaller
_family
-
-
Constructor Summary
Constructors Constructor Description ClassMarshaller2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
indexIDForWriting(int indexID)
protected void
readIndex(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)
-
Methods inherited from class com.db4o.internal.marshall.ClassMarshaller
defrag, marshalledLength, read, readMetaClassID, readName, readSpec, write, writeIndex
-
-
-
-
Method Detail
-
readIndex
protected void readIndex(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)
- Specified by:
readIndex
in classClassMarshaller
-
indexIDForWriting
protected int indexIDForWriting(int indexID)
- Specified by:
indexIDForWriting
in classClassMarshaller
-
-