java.io
Interface Externalizable

All Superinterfaces:
Serializable

public interface Externalizable
extends Serializable


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

Method Detail

readExternal

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

writeExternal

void writeExternal(ObjectOutput var0)
                   throws IOException
Throws:
IOException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.