专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
将对象序列化然后存入数据库:ByteArrayOutputStream bos = ByteArrayOutputStream; ObjectOutputStream oos = null; try { oos = ObjectOutputStream(bos); oos.writeObject(req); } catch (IOException e) { LOG.error("Serialable failed", e) [阅读全文] [PDF]
1 共1条 分1页