Uses of Class
java.io.ObjectStreamException
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides classes for color spaces.
Provides for system input and output through data streams,
serialization and the file system.
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
Provides the open data types and Open MBean descriptor classes.
Provides classes and interfaces that describe the types of Java Print
Service attributes and how they can be collected into attribute sets.
-
Uses of ObjectStreamException in java.awt
Modifier and TypeMethodDescriptionprotected Object
AWTKeyStroke.readResolve()
Returns a cached instance ofAWTKeyStroke
(or a subclass ofAWTKeyStroke
) which is equal to this instance. -
Uses of ObjectStreamException in java.awt.color
Modifier and TypeMethodDescriptionprotected Object
ICC_Profile.readResolve()
Resolves instances being deserialized into instances registered with CMM. -
Uses of ObjectStreamException in java.io
Modifier and TypeClassDescriptionclass
Thrown when the Serialization runtime detects one of the following problems with a Class.class
Indicates that one or more deserialized objects failed validation tests.class
Thrown when serialization or deserialization is not active.class
Thrown when an instance is required to have a Serializable interface.class
Exception indicating the failure of an object read operation due to unread primitive data, or the end of data belonging to a serialized object in the stream.class
Thrown when control information that was read from an object stream violates internal consistency checks.class
Signals that one of the ObjectStreamExceptions was thrown during a write operation. -
Uses of ObjectStreamException in java.security
-
Uses of ObjectStreamException in java.security.cert
Modifier and TypeMethodDescriptionprotected Object
Certificate.CertificateRep.readResolve()
Returns aCertificate
with the type and data of thisCertificateRep
.protected Object
CertPath.CertPathRep.readResolve()
Returns aCertPath
constructed from the type and data of thisCertPathRep
.protected Object
Certificate.writeReplace()
Replace theCertificate
to be serialized with aCertificateRep
object containing the type and encoded bytes of theCertificate
.protected Object
CertPath.writeReplace()
Replaces theCertPath
to be serialized with aCertPathRep
object containing theCertificate
type and encoded bytes of theCertPath
. -
Uses of ObjectStreamException in javax.management.openmbean
Modifier and TypeMethodDescriptionSimpleType.readResolve()
Replace an object read from anObjectInputStream
with the unique instance for that value. -
Uses of ObjectStreamException in javax.print.attribute
Modifier and TypeMethodDescriptionprotected Object
EnumSyntax.readResolve()
During object input, convert this deserialized enumeration instance to the proper enumeration value defined in the enumeration attribute class.