public class ExternalizableExtras extends Extras<Externalizable> implements Externalizable
| Constructor and Description |
|---|
ExternalizableExtras() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream out) |
public void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizableIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2023. All rights reserved.