第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

java.io.NotSerializableException

java.io.NotSerializableException

蒲公英wsg 2016-12-27 18:42:48
package?demo1; import?java.io.BufferedReader;? import?java.io.File;?? import?java.io.FileInputStream;?? import?java.io.FileNotFoundException;? import?java.io.FileOutputStream;? import?java.io.FileReader;? import?java.io.IOException;?? import?java.io.ObjectInputStream;? import?java.io.ObjectOutputStream;? import?java.util.ArrayList;??? public?class?StuR?implements?java.io.Serializable{ ArrayList?<ProductRecoder>?ax=new?ArrayList<ProductRecoder>();? File?file?=?new?File("d:/productrecoder.txt"); //添加??? public?void?adds(ProductRecoder?s){? ax.add(s);? } public?void?paint(){? for(int?i=0;i<ax.size();i++) { System.out.println(ax.get(i));??? }? }??? public?String?toString() { return?"StuC?[al="?+?ax?+?"]";?? } //輸出流 public?void?stor1()???{? ObjectOutputStream?out?=?null;?? try?{ out?=?new?ObjectOutputStream(new?FileOutputStream(file));?? out.writeObject(ax);??? out.close();? } catch?(FileNotFoundException?e)?{? e.printStackTrace();?? } catch?(IOException?e)?{ e.printStackTrace();??? }?? } //輸入流 public?void?read()?? {??? ObjectInputStream?in?=?null;? try?{ in?=?new?ObjectInputStream(new?FileInputStream(file));? try {? ax?=?(ArrayList<ProductRecoder>)in.readObject();? } catch?(ClassNotFoundException?e)?{ ax=null;??? } in.close();?? } catch?(FileNotFoundException?e)?{ File?file?=?new?File("d:/productrecoder.txt"); } catch?(IOException?e)?{??? e.printStackTrace();?? }? } } 到底是怎么回事啊,我在百度上找有人說(shuō),是沒(méi)有實(shí)現(xiàn)java.io.Serializable實(shí)現(xiàn)之后還是解決不了問(wèn)題,還是會(huì)拋出java.io.NotSerializableException求大神指教?
查看完整描述

3 回答

已采納
?
咷椛嶋紸3678342

TA貢獻(xiàn)10條經(jīng)驗(yàn) 獲得超4個(gè)贊

根據(jù)代碼提示,是out.writeObject(ax);這個(gè)方法有錯(cuò)誤,然后你進(jìn)入這個(gè)方法看一下,實(shí)在不行你設(shè)斷點(diǎn)

查看完整回答
2 反對(duì) 回復(fù) 2016-12-28
?
Its_forever

TA貢獻(xiàn)361條經(jīng)驗(yàn) 獲得超328個(gè)贊

還要給他一個(gè)序列號(hào),加上這句

private static final long serialVersionUID = 1L;

查看完整回答
1 反對(duì) 回復(fù) 2016-12-27
  • 3 回答
  • 0 關(guān)注
  • 3151 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)