Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.services.io
Interface Formatable  view Formatable download Formatable.java

All Superinterfaces:
java.io.Externalizable, java.io.Serializable, TypedFormat
All Known Subinterfaces:
Storable
All Known Implementing Classes:
FormatableArrayHolder, FormatableBitSet, FormatableHashtable, FormatableIntHolder, FormatableLongHolder, FormatableProperties

public interface Formatable
extends java.io.Externalizable, TypedFormat

Cloudscape 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.


Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 
Methods inherited from interface org.apache.derby.iapi.services.io.TypedFormat
getTypeFormatId