序列化表格
serialVersionUID: 2340985798034038923L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserialize this deque.
- 抛出:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Serialize this deque.
- 序列数据:
- The current size (int) of the deque,
followed by all of its elements (each an object reference) in
first-to-last order.
- 抛出:
java.io.IOException
|
软件包 net.tsz.afinal.exception |
serialVersionUID: 1L
serialVersionUID: 1L
strMsg
java.lang.String strMsg
serialVersionUID: 1L
serialVersionUID: 1L
strMsg
java.lang.String strMsg
serialVersionUID: 6374381828722046732L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- 抛出:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- 抛出:
java.io.IOException