软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
javax.rmi.CORBA |
包含携带RMI-IIOP API。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
Modifier and Type | Method and Description |
---|---|
protected static void |
AWTEventMulticaster.save(ObjectOutputStream s, String k, EventListener l) |
protected void |
AWTEventMulticaster.saveInternal(ObjectOutputStream s, String k) |
Modifier and Type | Method and Description |
---|---|
protected void |
BeanContextSupport.bcsPreSerializationHook(ObjectOutputStream oos)
被称为后defaultwriteobject()但目前序列化序列化的writeObject孩子之前。
|
protected void |
BeanContextServicesSupport.bcsPreSerializationHook(ObjectOutputStream oos)
所谓的beancontextsupport writeObject在序列化的孩子…
|
protected void |
BeanContextSupport.serialize(ObjectOutputStream oos, Collection coll)
使用writeObject序列化集合。
|
void |
BeanContextSupport.writeChildren(ObjectOutputStream oos)
用于序列化的所有子
BeanContext。
|
Modifier and Type | Method and Description |
---|---|
void |
StubDelegate.writeObject(Stub self, ObjectOutputStream s)
|
Modifier and Type | Method and Description |
---|---|
void |
StyleContext.writeAttributes(ObjectOutputStream out, AttributeSet a)
写出属性的上下文特定处理
|
static void |
StyleContext.writeAttributeSet(ObjectOutputStream out, AttributeSet a)
为序列化的目的,将一组属性写入给定的对象流中。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.