Uses of Class
java.io.ObjectOutputStream
-
Packages that use ObjectOutputStream 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.beans.beancontext 提供与bean上下文相关的类和接口。javax.rmi.CORBA 包含RMI-IIOP的可移植API。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of ObjectOutputStream in java.awt
Methods in java.awt with parameters of type ObjectOutputStream Modifier and Type 方法 描述 protected static void
AWTEventMulticaster. save(ObjectOutputStream s, String k, EventListener l)
将可序列化的监听器链保存到序列化流。protected void
AWTEventMulticaster. saveInternal(ObjectOutputStream s, String k)
序列化支持。 -
Uses of ObjectOutputStream in java.beans.beancontext
Methods in java.beans.beancontext with parameters of type ObjectOutputStream Modifier and Type 方法 描述 protected void
BeanContextServicesSupport. bcsPreSerializationHook(ObjectOutputStream oos)
从BeanContextSupport中调用writeObject,然后序列化子对象...protected void
BeanContextSupport. bcsPreSerializationHook(ObjectOutputStream oos)
在writeWriteObject()之后但在序列化当前可序列化的孩子之前调用writeObject。protected void
BeanContextSupport. serialize(ObjectOutputStream oos, Collection<?> coll)
由writeObject用于序列化集合。void
BeanContextSupport. writeChildren(ObjectOutputStream oos)
用于序列化这个BeanContext
所有孩子。 -
Uses of ObjectOutputStream in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type ObjectOutputStream Modifier and Type 方法 描述 void
StubDelegate. writeObject(Stub self, ObjectOutputStream s)
-
Uses of ObjectOutputStream in javax.swing.text
Methods in javax.swing.text with parameters of type ObjectOutputStream Modifier and Type 方法 描述 void
StyleContext. writeAttributes(ObjectOutputStream out, AttributeSet a)
编写属性的上下文特定处理static void
StyleContext. writeAttributeSet(ObjectOutputStream out, AttributeSet a)
Writes a set of attributes to the given object stream for the purpose of serialization.
-