摘要: public class SerializeUtil { // 序列化 public static byte[] serialize(Object object) { ObjectOutputStream oos = null; ByteArrayOutputStream baos = null; 阅读全文
posted @ 2021-06-03 18:00 明月出青山root 阅读(623) 评论(0) 推荐(0)