Uses of Class
java.io.ObjectStreamException
-
Packages that use ObjectStreamException 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.color 提供颜色空间的类。java.io 通过数据流,序列化和文件系统提供系统输入和输出。java.security 提供安全框架的类和接口。java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。javax.print.attribute 提供描述Java“打印服务”属性类型以及如何将其集合到属性集中的类和接口。 -
-
Uses of ObjectStreamException in java.awt
Methods in java.awt that throw ObjectStreamException Modifier and Type 方法 描述 protected Object
AWTKeyStroke. readResolve()
返回的缓存实例AWTKeyStroke
(或子类AWTKeyStroke
),这是此实例相等。 -
Uses of ObjectStreamException in java.awt.color
Methods in java.awt.color that throw ObjectStreamException Modifier and Type 方法 描述 protected Object
ICC_Profile. readResolve()
将被反序列化的实例解析为使用CMM注册的实例。 -
Uses of ObjectStreamException in java.io
Subclasses of ObjectStreamException in java.io Modifier and Type Class 描述 class
InvalidClassException
当序列化运行时检测到类中的以下问题之一时抛出。class
InvalidObjectException
表示一个或多个反序列化对象失败的验证测试。class
NotActiveException
序列化或反序列化不活跃时抛出。class
NotSerializableException
抛出一个实例需要一个Serializable接口。class
OptionalDataException
表示由于未读原始数据导致的对象读取操作失败的异常,或属于流中序列化对象的数据的结束。class
StreamCorruptedException
当从对象流读取的控制信息违反内部一致性检查时抛出。class
WriteAbortedException
指示在写入操作期间抛出ObjectStreamExceptions之一。 -
Uses of ObjectStreamException in java.security
Methods in java.security that throw ObjectStreamException Modifier and Type 方法 描述 protected Object
KeyRep. readResolve()
解决Key对象。 -
Uses of ObjectStreamException in java.security.cert
Methods in java.security.cert that throw ObjectStreamException Modifier and Type 方法 描述 protected Object
Certificate.CertificateRep. readResolve()
解决证书对象。protected Object
CertPath.CertPathRep. readResolve()
返回从类型和数据构造的CertPath
。protected Object
Certificate. writeReplace()
更换要序列化的证书。protected Object
CertPath. writeReplace()
替换CertPath
成与被序列CertPathRep
对象。 -
Uses of ObjectStreamException in javax.management.openmbean
Methods in javax.management.openmbean that throw ObjectStreamException Modifier and Type 方法 描述 Object
SimpleType. readResolve()
使用该值的唯一实例替换从ObjectInputStream
读取的对象。 -
Uses of ObjectStreamException in javax.print.attribute
Methods in javax.print.attribute that throw ObjectStreamException Modifier and Type 方法 描述 protected Object
EnumSyntax. readResolve()
在对象输入期间,将此反序列化枚举实例转换为枚举属性类中定义的适当枚举值。
-