Class ExtWrapList
java.lang.Object
org.javarosa.core.util.externalizable.ExternalizableWrapper
org.javarosa.core.util.externalizable.ExtWrapList
- All Implemented Interfaces:
Externalizable
public class ExtWrapList extends ExternalizableWrapper
-
Field Summary
Fields Modifier and Type Field Description ExternalizableWrappertype -
Constructor Summary
Constructors Constructor Description ExtWrapList()ExtWrapList(Class type)ExtWrapList(Class type, boolean sealed)ExtWrapList(List val)ExtWrapList(List val, ExternalizableWrapper type)ExtWrapList(ExternalizableWrapper type) -
Method Summary
Modifier and Type Method Description ExternalizableWrapperclone(Object val)voidmetaReadExternal(DataInputStream in, PrototypeFactory pf)voidmetaWriteExternal(DataOutputStream out)voidreadExternal(DataInputStream in, PrototypeFactory pf)voidwriteExternal(DataOutputStream out)Methods inherited from class org.javarosa.core.util.externalizable.ExternalizableWrapper
baseValue, isEmpty
-
Field Details
-
Constructor Details
-
ExtWrapList
-
ExtWrapList
-
ExtWrapList
public ExtWrapList() -
ExtWrapList
-
ExtWrapList
-
ExtWrapList
-
-
Method Details
-
clone
- Specified by:
clonein classExternalizableWrapper
-
readExternal
public void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException- Specified by:
readExternalin interfaceExternalizable- Specified by:
readExternalin classExternalizableWrapper- Throws:
IOExceptionDeserializationException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Specified by:
writeExternalin classExternalizableWrapper- Throws:
IOException
-
metaReadExternal
public void metaReadExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException- Specified by:
metaReadExternalin classExternalizableWrapper- Throws:
IOExceptionDeserializationException
-
metaWriteExternal
- Specified by:
metaWriteExternalin classExternalizableWrapper- Throws:
IOException
-