public interface Formatable
extends java.io.Externalizable, TypedFormat
Derby interface for creating a stored form for
an object and re-constructing an equivalent object
from this stored form. The object which creates the
stored form and the re-constructed object need not be
the same or related classes. They must share the same
TypedFormat.
Method Summary
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
Methods inherited from interface org.apache.derby.iapi.services.io.TypedFormat