Uses of Annotation Interface
java.io.Serial
Packages that use 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.awtModifier and TypeMethodDescriptionprotected ObjectAWTKeyStroke.readResolve()Returns a cached instance ofAWTKeyStroke(or a subclass ofAWTKeyStroke) which is equal to this instance.
- 
Uses of Serial in java.awt.colorMethods in java.awt.color with annotations of type SerialModifier and TypeMethodDescriptionprotected ObjectICC_Profile.readResolve()Resolves instances being deserialized into instances registered with CMM.
- 
Uses of Serial in java.awt.fontMethods in java.awt.font with annotations of type SerialModifier and TypeMethodDescriptionprotected ObjectTextAttribute.readResolve()Resolves instances being deserialized to the predefined constants.
- 
Uses of Serial in java.securityFields in java.security with annotations of type SerialModifier and TypeFieldDescriptionstatic final longKey.serialVersionUIDDeprecated.static final longPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.Methods in java.security with annotations of type Serial
- 
Uses of Serial in java.security.certMethods in java.security.cert with annotations of type SerialModifier and TypeMethodDescriptionprotected ObjectCertificate.CertificateRep.readResolve()Returns aCertificatewith the type and data of thisCertificateRep.protected ObjectCertPath.CertPathRep.readResolve()Returns aCertPathconstructed from the type and data of thisCertPathRep.protected ObjectCertificate.writeReplace()Replace theCertificateto be serialized with aCertificateRepobject containing the type and encoded bytes of theCertificate.protected ObjectCertPath.writeReplace()Replaces theCertPathto be serialized with aCertPathRepobject containing theCertificatetype and encoded bytes of theCertPath.
- 
Uses of Serial in java.security.interfacesFields in java.security.interfaces with annotations of type SerialModifier and TypeFieldDescriptionstatic final longDSAPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longDSAPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longECPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longECPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longRSAMultiPrimePrivateCrtKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longRSAPrivateCrtKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longRSAPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longRSAPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.
- 
Uses of Serial in java.textModifier and TypeMethodDescriptionprotected ObjectAttributedCharacterIterator.Attribute.readResolve()Resolves instances being deserialized to the predefined constants.protected ObjectDateFormat.Field.readResolve()Resolves instances being deserialized to the predefined constants.protected ObjectMessageFormat.Field.readResolve()Resolves instances being deserialized to the predefined constants.protected ObjectNumberFormat.Field.readResolve()Resolves instances being deserialized to the predefined constants.
- 
Uses of Serial in javax.crypto.interfacesFields in javax.crypto.interfaces with annotations of type SerialModifier and TypeFieldDescriptionstatic final longDHPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longDHPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longPBEKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.
- 
Uses of Serial in javax.print.attributeMethods in javax.print.attribute with annotations of type SerialModifier and TypeMethodDescriptionprotected ObjectEnumSyntax.readResolve()During object input, convert this deserialized enumeration instance to the proper enumeration value defined in the enumeration attribute class.
serialVersionUIDfield in an interface is ineffectual.