Package com.db4o.internal.marshall
Class AbstractFieldMarshaller
- java.lang.Object
-
- com.db4o.internal.marshall.AbstractFieldMarshaller
-
- All Implemented Interfaces:
FieldMarshaller
- Direct Known Subclasses:
FieldMarshaller0
public abstract class AbstractFieldMarshaller extends java.lang.Object implements FieldMarshaller
-
-
Constructor Summary
Constructors Constructor Description AbstractFieldMarshaller()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract RawFieldSpec
readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)
RawFieldSpec
readSpec(ObjectContainerBase stream, ByteArrayBuffer reader)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.db4o.internal.marshall.FieldMarshaller
defrag, marshalledLength, read, write
-
-
-
-
Method Detail
-
readSpec
protected abstract RawFieldSpec readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)
-
readSpec
public RawFieldSpec readSpec(ObjectContainerBase stream, ByteArrayBuffer reader)
- Specified by:
readSpec
in interfaceFieldMarshaller
-
-