软件包 | 描述 |
---|---|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
javax.management |
在java管理扩展提供了核心课程。
|
javax.rmi.CORBA |
包含携带RMI-IIOP API。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
Modifier and Type | Method and Description |
---|---|
protected void |
BeanContextSupport.bcsPreDeserializationHook(ObjectInputStream ois)
被称为后defaultreadobject()但任何儿童反序列化之前readObject。
|
protected void |
BeanContextServicesSupport.bcsPreDeserializationHook(ObjectInputStream ois)
所谓的beancontextsupport readObject才将孩子…
|
protected void |
BeanContextSupport.deserialize(ObjectInputStream ois, Collection coll)
用readObject反序列化集合。
|
void |
BeanContextSupport.readChildren(ObjectInputStream ois)
当这个类的一个实例作为一个beancontext协议的实施代表(及其子协议)存在“鸡和蛋”的问题在反序列化期间
|
Modifier and Type | Method and Description |
---|---|
ObjectInputStream |
MBeanServer.deserialize(ObjectName name, byte[] data)
过时的。
使用
getClassLoaderFor 获得适当的反序列化的类装载器。
|
ObjectInputStream |
MBeanServer.deserialize(String className, byte[] data)
过时的。
使用
MBeanServer.getClassLoaderRepository() 获得类加载器存储库,用它来反序列化。
|
ObjectInputStream |
MBeanServer.deserialize(String className, ObjectName loaderName, byte[] data)
过时的。
使用
getClassLoader 获得反序列化的类装载器。
|
Modifier and Type | Method and Description |
---|---|
void |
StubDelegate.readObject(Stub self, ObjectInputStream s)
|
Modifier and Type | Method and Description |
---|---|
void |
StyleContext.readAttributes(ObjectInputStream in, MutableAttributeSet a)
属性中阅读的上下文特定处理
|
static void |
StyleContext.readAttributeSet(ObjectInputStream in, MutableAttributeSet a)
读取的一组给定对象的输入流,此前已写了
writeAttributeSet 属性。
|
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.