public class EntityFormExtra extends Object implements Externalizable
| Constructor and Description |
|---|
EntityFormExtra() |
EntityFormExtra(List<kotlin.Pair<XPathReference,String>> saveTos) |
| Modifier and Type | Method and Description |
|---|---|
List<kotlin.Pair<XPathReference,String>> |
getSaveTos() |
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream out) |
public EntityFormExtra()
public EntityFormExtra(List<kotlin.Pair<XPathReference,String>> saveTos)
public List<kotlin.Pair<XPathReference,String>> getSaveTos()
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.