public class SerializableArray extends Object implements Externalizable
Array instances.| Constructor and Description |
|---|
SerializableArray() |
SerializableArray(Array array) |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput oi) |
void |
writeExternal(ObjectOutput oo) |
public SerializableArray()
public SerializableArray(Array array)
public void writeExternal(ObjectOutput oo) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput oi) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2007-2013. All Rights Reserved.