public class StoreParaList extends Object implements Serializable, com.caucho.hessian.io.External
Constructor and Description |
---|
StoreParaList() |
StoreParaList(OpType opType,
List<StoreParas> list) |
Modifier and Type | Method and Description |
---|---|
List<StoreParas> |
getList() |
OpType |
getOpType() |
void |
readExternal(com.caucho.hessian.io.Hessian2Input in) |
int |
size() |
void |
writeExternal(com.caucho.hessian.io.Hessian2Output out) |
public StoreParaList()
public StoreParaList(OpType opType, List<StoreParas> list)
public OpType getOpType()
public List<StoreParas> getList()
public int size()
public void writeExternal(com.caucho.hessian.io.Hessian2Output out) throws IOException
writeExternal
in interface com.caucho.hessian.io.External
IOException
public void readExternal(com.caucho.hessian.io.Hessian2Input in) throws IOException
readExternal
in interface com.caucho.hessian.io.External
IOException
Copyright © 2016. All rights reserved.