摘要: import Java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.Modifier 阅读全文
posted @ 2017-01-08 14:02 泥猴桃\n 阅读(231) 评论(0) 推荐(0) 编辑
摘要: public class SerializeUtil { public static byte[] serialize(Object object) { ObjectOutputStream oos = null; ByteArrayOutputStream baos = null; try { / 阅读全文
posted @ 2017-01-08 13:54 泥猴桃\n 阅读(123) 评论(0) 推荐(0) 编辑