摘要: 1.定义一个存储Person对象的ArrayList 2.往ArrayList集合中存储Person对象 3.创建一个序列化流ObjectOutputStream 4.使用ObjectOutputStream对象中的方法writeObject,对集合进行序列化 5.创建一个反序列化ObjectInp 阅读全文
posted @ 2021-12-28 10:00 还是减肥吧 阅读(39) 评论(0) 推荐(0)