java.io
Interface Externalizable

All Superinterfaces:
Serializable

public interface Externalizable
extends Serializable


Method Summary
 void readExternal(ObjectInput)
           
 void writeExternal(ObjectOutput)
           
 

Method Detail

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException
IOException

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException
IOException
ClassNotFoundException