首頁>Club>
5
回覆列表
  • 1 # 辛辛苦苦酷喔喔喔

    物件序列化好了。不要是內部類。正常的 public Object byteArrayToObject(byte[] buffer)throws Exception{ Object ob = null; ObjectInputStream ois = new ObjectInputStream(new ByteArrayInputStream(buffer)); ob = ois.readObject(); ois.close(); return ob; } public byte[] ObjectToByteArray(DemoObject obj)throws Exception{ byte [] bytes=null; ByteArrayOutputStream baos= new ByteArrayOutputStream(); ObjectOutputStream oos = new ObjectOutputStream(baos); oos.writeObject(obj); oos.close(); bytes=baos.toByteArray(); baos.close(); return bytes; }呼叫示範test.byteArrayToObject( test.ObjectToByteArray(demo) );得到結果,正常的。

  • 中秋節和大豐收的關聯?
  • STK能不能奪冠?我跟各位賭一下,今年世界賽SKT要是奪冠了我自廢雙手,歡迎評論?