A)使用FileOutputStream可以将对象进行传输 B)使用PrintWriter可以将对象进行传输 C)使用ObjectOutputStream类完成对象存储,使用ObjectInputStream类完成对象读取 D)对象序列化的所属类需要实现Serializable接口