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 SummaryConstructors Constructor Description AbstractFieldMarshaller()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract RawFieldSpecreadSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)RawFieldSpecreadSpec(ObjectContainerBase stream, ByteArrayBuffer reader)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.db4o.internal.marshall.FieldMarshallerdefrag, marshalledLength, read, write
 
- 
 
- 
- 
- 
Method Detail- 
readSpecprotected abstract RawFieldSpec readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader) 
 - 
readSpecpublic RawFieldSpec readSpec(ObjectContainerBase stream, ByteArrayBuffer reader) - Specified by:
- readSpecin interface- FieldMarshaller
 
 
- 
 
-