2022年5月10日
摘要: 1.对象实现Serializable接口 2.将对象通过对象输出流输出,在反序列 public Object getClone() throws IOException, ClassNotFoundException { ByteArrayOutputStream bio = new ByteArr 阅读全文
posted @ 2022-05-10 22:06 upupup-999 阅读(34) 评论(0) 推荐(0)