Uses of Class
com.db4o.internal.marshall.MarshallerFamily
- 
Packages that use MarshallerFamily Package Description com.db4o.internal com.db4o.internal.handlers com.db4o.internal.marshall 
- 
- 
Uses of MarshallerFamily in com.db4o.internalMethods in com.db4o.internal with parameters of type MarshallerFamily Modifier and Type Method Description java.lang.ObjectIndexableTypeHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer writer)
- 
Uses of MarshallerFamily in com.db4o.internal.handlersMethods in com.db4o.internal.handlers with parameters of type MarshallerFamily Modifier and Type Method Description java.lang.ObjectDateHandlerBase. read(MarshallerFamily mf, StatefulBuffer writer, boolean redirect)java.lang.ObjectDoubleHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)java.lang.ObjectFloatHandler. read(MarshallerFamily mf, StatefulBuffer writer, boolean redirect)java.lang.ObjectIntHandler. read(MarshallerFamily mf, StatefulBuffer writer, boolean redirect)java.lang.ObjectLongHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)java.lang.ObjectPrimitiveHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)java.lang.ObjectShortHandler. read(MarshallerFamily mf, StatefulBuffer buffer, boolean redirect)java.lang.ObjectPrimitiveHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer statefulBuffer)java.lang.ObjectStandardReferenceTypeHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer statefulBuffer)java.lang.ObjectStringHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer buffer)This readIndexEntry method reads from the parent slot.java.lang.ObjectStringHandler0. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer buffer)
- 
Uses of MarshallerFamily in com.db4o.internal.marshallFields in com.db4o.internal.marshall declared as MarshallerFamily Modifier and Type Field Description MarshallerFamilyClassMarshaller. _familyMarshallerFamilyPrimitiveMarshaller. _familyMarshallerFamilyObjectHeader. _marshallerFamilyMethods in com.db4o.internal.marshall that return MarshallerFamily Modifier and Type Method Description static MarshallerFamilyMarshallerFamily. current()static MarshallerFamilyMarshallerFamily. forConverterVersion(int n)static MarshallerFamilyMarshallerFamily. latestFamily(int version)static MarshallerFamilyMarshallerFamily. version(int n)
 
-