public interface Externalizable
Externalizable and Serializable, which are
missing in CLDC.| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream out) |
void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
in - IOExceptionDeserializationExceptionvoid writeExternal(DataOutputStream out) throws IOException
out - IOExceptionCopyright © 2021. All rights reserved.