会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
梦幻朵颜 Joyce Zhu
QQ: 179657283
https://github.com/zhuwenjoyce
https://gitlab.com/zhuwenjoyce
博客园
首页
新随笔
联系
管理
2020年7月11日
java对象转byte[]数组,byte[] 数组转java对象,demo
摘要: demo: /** * 对象转字节数组 */ public static byte[] objectToBytes(Object obj) throws IOException { try( ByteArrayOutputStream out = new ByteArrayOutputStream(
阅读全文
posted @ 2020-07-11 09:49 梦幻朵颜
阅读(8845)
评论(0)
推荐(0)
编辑