Package com.usatiuk.objects
package com.usatiuk.objects
-
ClassDescriptionSimple Java object serializer.JData is a marker interface for all objects that can be stored in the object store.JDataVersionedWrapper is a wrapper for JData that contains its version number (the id of the transaction that had changed it last)Simple wrapper for an already-existing JData object with a version.Lazy JDataVersionedWrapper implementation.Serializer for JDataVersionedWrapper objects.JObjectKey is an interface for object keys to be used in the object store.A "real" implementation of JObjectKey, containing an underlying string, and a cached lazily created byte buffer.JObjectKey implementation that compares greater than all other keys.JObjectKey implementation that compares less than all other keys.Interface for serializing and deserializing objects.