Class TupleSerialFactory

java.lang.Object
com.sleepycat.collections.TupleSerialFactory

public class TupleSerialFactory extends Object
Creates stored collections having tuple keys and serialized entity values. The entity classes must be Serializable and must implement the MarshalledTupleKeyEntity interfaces. The key classes must either implement the MarshalledTupleEntry interface or be one of the Java primitive type classes. Underlying binding objects are created automatically.