public interface Externalizable extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput var0) |
void |
writeExternal(ObjectOutput var0) |
void readExternal(ObjectInput var0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
void writeExternal(ObjectOutput var0) throws IOException
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.