java.io
Interface Externalizable

All Superinterfaces:
Serializable


public interface Externalizable
extends Serializable

Standard Java interface.

Compliance: J2SE: 1.4 complete


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

Method Detail

readExternal

void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException