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 PrimitiveMarshallerPrimitiveHandler. primitiveMarshaller() -
Uses of PrimitiveMarshaller in com.db4o.internal.marshall
Subclasses of PrimitiveMarshaller in com.db4o.internal.marshall Modifier and Type Class Description classPrimitiveMarshaller0classPrimitiveMarshaller1Fields in com.db4o.internal.marshall declared as PrimitiveMarshaller Modifier and Type Field Description PrimitiveMarshallerMarshallerFamily. _primitiveConstructors in com.db4o.internal.marshall with parameters of type PrimitiveMarshaller Constructor Description MarshallerFamily(int converterVersion, int handlerVersion, ClassMarshaller classMarshaller, FieldMarshaller fieldMarshaller, PrimitiveMarshaller primitiveMarshaller)
-