序列化表格


软件包 net.tsz.afinal.core

net.tsz.afinal.core.ArrayDeque 继承 AbstractCollection<E> 实现 Serializable

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

net.tsz.afinal.exception.AfinalException 继承 java.lang.RuntimeException 实现 Serializable

serialVersionUID: 1L

net.tsz.afinal.exception.DbException 继承 AfinalException 实现 Serializable

serialVersionUID: 1L

序列化字段

strMsg

java.lang.String strMsg

net.tsz.afinal.exception.HttpException 继承 AfinalException 实现 Serializable

serialVersionUID: 1L

net.tsz.afinal.exception.ViewException 继承 AfinalException 实现 Serializable

serialVersionUID: 1L

序列化字段

strMsg

java.lang.String strMsg

软件包 net.tsz.afinal.http

net.tsz.afinal.http.PreferencesCookieStore.SerializableCookie 继承 java.lang.Object 实现 Serializable

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