扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.beans.beancontext类beancontextsupport的类成员方法: bcspreserializationhook定义及介绍
发布时间:2014-2-17
本文导语:
bcspreserializationhook
protected void bcspreserializationhook(objectoutputstream oos)
throws ioexception
在调用 defaultwriteobject() 之后,但在序列化当前可序列化子级之前,由 writeobject 调用。
子类可重写此方法,以在此超类...