我将 Apache Wicket 与 Apache Commons Net 一起使用。但是当我定义
new FTPClient(); //apache commons net library
我得到一个例外
org.apache.commons.net.ftp.FTPClient at.erpel.as2connector.testtool.protocols.FTP.client
[class=org.apache.commons.net.ftp.FTPClient] <----- field that is not serializable
我能做些什么?