ch.javasoft.jbase
Interface FixedWidthMarshaller<E>

Type Parameters:
E - The entity type
All Superinterfaces:
EntityMarshaller<E>

public interface FixedWidthMarshaller<E>
extends EntityMarshaller<E>

A FixedWidthMarshaller is an extension of an entity marshaller where the row width is known, i.e. all entity instances need the same amount of storage to be persisted


Method Summary
 int getByteWidth()
          The byte width of one row or single entity instance
 
Methods inherited from interface ch.javasoft.jbase.EntityMarshaller
readFrom, writeTo
 

Method Detail

getByteWidth

int getByteWidth()
The byte width of one row or single entity instance