摘要: public class SerializeUtil { /** * 序列化 * * @param object * @return */ public static byte[] serialize(Object object) { ObjectOutputStream oos = null; B... 阅读全文
posted @ 2018-04-19 10:26 junge8618 阅读(154) 评论(0) 推荐(0)