public class ExtWrapList extends ExternalizableWrapper
| Modifier and Type | Field and Description |
|---|---|
ExternalizableWrapper |
type |
val| Constructor and Description |
|---|
ExtWrapList() |
ExtWrapList(Class type) |
ExtWrapList(Class type,
boolean sealed) |
ExtWrapList(ExternalizableWrapper type) |
ExtWrapList(List val) |
ExtWrapList(List val,
ExternalizableWrapper type) |
| Modifier and Type | Method and Description |
|---|---|
ExternalizableWrapper |
clone(Object val) |
void |
metaReadExternal(DataInputStream in,
PrototypeFactory pf) |
void |
metaWriteExternal(DataOutputStream out) |
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream out) |
baseValue, isEmptypublic ExternalizableWrapper type
public ExtWrapList(List val)
public ExtWrapList(List val, ExternalizableWrapper type)
public ExtWrapList()
public ExtWrapList(Class type)
public ExtWrapList(Class type, boolean sealed)
public ExtWrapList(ExternalizableWrapper type)
public ExternalizableWrapper clone(Object val)
clone in class ExternalizableWrapperpublic void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizablereadExternal in class ExternalizableWrapperIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class ExternalizableWrapperIOExceptionpublic void metaReadExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
metaReadExternal in class ExternalizableWrapperIOExceptionDeserializationExceptionpublic void metaWriteExternal(DataOutputStream out) throws IOException
metaWriteExternal in class ExternalizableWrapperIOExceptionCopyright © 2024. All rights reserved.