扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.beans.beancontext类beancontextsupport的类成员方法: serialize定义及介绍
发布时间:2014-2-17
本文导语:
serialize
protected final void serialize(objectoutputstream oos,
collection coll)
throws ioexception
writeobject 使用此方法来序列化一个 collection。
参数:oos - 序列化期间将使用的 objectoutputstreamcoll - 要序...