public interface Externalizable
Externalizable
and Serializable
, which are
missing in CLDC.Modifier and Type | Method and Description |
---|---|
void |
readExternal(java.io.DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(java.io.DataOutputStream out) |
void readExternal(java.io.DataInputStream in, PrototypeFactory pf) throws java.io.IOException, DeserializationException
in
- java.io.IOException
DeserializationException
void writeExternal(java.io.DataOutputStream out) throws java.io.IOException
out
- java.io.IOException