将byte数组转为Object

若是使用下面方法,将会报java.io.StreamCorruptedException: invalid stream header: 31323334异常java public static Object toObject(byte[] bytes) { Object obj = null; try { ByteArrayInputStream bis = new ByteArrayI
相关文章
相关标签/搜索