public abstract class AbstractData<T extends AbstractData<T>> extends Object implements Externalizable, Cloneable
| Constructor and Description |
|---|
AbstractData() |
| Modifier and Type | Method and Description |
|---|---|
T |
clone() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2012–2017 MARID software development group. All rights reserved.