Uses of Annotation Interface
java.io.Serial
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides classes for color spaces.
Provides classes and interface relating to fonts.
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 interfaces for generating RSA (Rivest, Shamir and
Adleman AsymmetricCipher algorithm)
keys as defined in the RSA Laboratory Technical Note
PKCS#1, and DSA (Digital Signature
Algorithm) keys as defined in NIST's FIPS-186.
Provides classes and interfaces for handling text, dates, numbers,
and messages in a manner independent of natural languages.
Provides interfaces for Diffie-Hellman keys as defined in RSA
Laboratories' PKCS #3.
Provides classes and interfaces that describe the types of Java Print
Service attributes and how they can be collected into attribute sets.
-
Uses of Serial 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 Serial in java.awt.color
Modifier and TypeMethodDescriptionprotected Object
ICC_Profile.readResolve()
Resolves instances being deserialized into instances registered with CMM. -
Uses of Serial in java.awt.font
Modifier and TypeMethodDescriptionprotected Object
TextAttribute.readResolve()
Resolves instances being deserialized to the predefined constants. -
Uses of Serial in java.security
Modifier and TypeFieldDescriptionstatic final long
Key.serialVersionUID
Deprecated.static final long
PrivateKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static final long
PublicKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual. -
Uses of Serial in java.security.cert
Modifier and TypeMethodDescriptionprotected Object
Certificate.CertificateRep.readResolve()
Resolve the Certificate Object.protected Object
CertPath.CertPathRep.readResolve()
Returns aCertPath
constructed from the type and data.protected Object
Certificate.writeReplace()
Replace the Certificate to be serialized.protected Object
CertPath.writeReplace()
Replaces theCertPath
to be serialized with aCertPathRep
object. -
Uses of Serial in java.security.interfaces
Modifier and TypeFieldDescriptionstatic final long
DSAPrivateKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static final long
DSAPublicKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static final long
ECPrivateKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static final long
ECPublicKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static final long
RSAMultiPrimePrivateCrtKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static final long
RSAPrivateCrtKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static final long
RSAPrivateKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static final long
RSAPublicKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual. -
Uses of Serial in java.text
Modifier and TypeMethodDescriptionprotected Object
AttributedCharacterIterator.Attribute.readResolve()
Resolves instances being deserialized to the predefined constants.protected Object
DateFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.protected Object
MessageFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.protected Object
NumberFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants. -
Uses of Serial in javax.crypto.interfaces
Modifier and TypeFieldDescriptionstatic final long
DHPrivateKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static final long
DHPublicKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static final long
PBEKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual. -
Uses of Serial 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.
serialVersionUID
field in an interface is ineffectual.