软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.color |
提供颜色空间的类。
|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.security |
为安全框架提供类和接口。
|
java.security.cert |
提供用于解析和管理证书的类和接口,证书撤销列表(CRL),认证路径。
|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
javax.print.attribute |
提供类和接口描述java
TM打印服务属性的类型以及如何将它们收集到的属性集。
|
Modifier and Type | Method and Description |
---|---|
protected Object |
AWTKeyStroke.readResolve()
返回一个缓存实例
AWTKeyStroke (或
AWTKeyStroke 子类)等于此实例。
|
Modifier and Type | Method and Description |
---|---|
protected Object |
ICC_Profile.readResolve()
解决的情况下被反序列化为注册与CMM的实例。
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidClassException
当序列化运行时检测到一个类中的下列问题之一时抛出。
|
class |
InvalidObjectException
表示一个或多个反序列化对象失败验证试验。
|
class |
NotActiveException
当序列化或反序列化不主动抛出。
|
class |
NotSerializableException
当一个实例需要实现Serializable接口。
|
class |
OptionalDataException
异常指示对象的读操作的失败由于未读的原始数据,或属于一个序列化的对象在数据流结束。
|
class |
StreamCorruptedException
当从一个对象流中读取的控件信息违反内部一致性检查时引发的。
|
class |
WriteAbortedException
信号的一个objectstreamexceptions被扔在写操作期间。
|
Modifier and Type | Method and Description |
---|---|
protected Object |
KeyRep.readResolve()
解决关键对象。
|
Modifier and Type | Method and Description |
---|---|
protected Object |
Certificate.CertificateRep.readResolve()
解析证书对象。
|
protected Object |
CertPath.CertPathRep.readResolve()
返回一个由类型和数据
CertPath 。
|
protected Object |
Certificate.writeReplace()
更换证书被序列化。
|
protected Object |
CertPath.writeReplace()
取代
CertPath 是一个
CertPathRep 对象序列化。
|
Modifier and Type | Method and Description |
---|---|
Object |
SimpleType.readResolve()
取代从独特的实例
ObjectInputStream 对阅读对象。
|
Modifier and Type | Method and Description |
---|---|
protected Object |
EnumSyntax.readResolve()
在对象的输入,将反序列化枚举实例的枚举属性类中定义适当的枚举值。
|
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.