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
IOExceptionClassNotFoundExceptionvoid writeExternal(ObjectOutput var0) throws IOException
IOExceptionCopyright © 2006-2016 OSGi Alliance. All Rights Reserved.