Uses of Class
com.db4o.internal.marshall.PrimitiveMarshaller
-
Packages that use PrimitiveMarshaller Package Description com.db4o.internal.handlers com.db4o.internal.marshall -
-
Uses of PrimitiveMarshaller in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers that return PrimitiveMarshaller Modifier and Type Method Description protected PrimitiveMarshaller
PrimitiveHandler. primitiveMarshaller()
-
Uses of PrimitiveMarshaller in com.db4o.internal.marshall
Subclasses of PrimitiveMarshaller in com.db4o.internal.marshall Modifier and Type Class Description class
PrimitiveMarshaller0
class
PrimitiveMarshaller1
Fields in com.db4o.internal.marshall declared as PrimitiveMarshaller Modifier and Type Field Description PrimitiveMarshaller
MarshallerFamily. _primitive
Constructors in com.db4o.internal.marshall with parameters of type PrimitiveMarshaller Constructor Description MarshallerFamily(int converterVersion, int handlerVersion, ClassMarshaller classMarshaller, FieldMarshaller fieldMarshaller, PrimitiveMarshaller primitiveMarshaller)
-