Uses of Annotation Interface
java.io.Serial
Packages that useSerial
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 ofSerial injava.awt
Modifier and TypeMethodDescriptionprotectedObjectAWTKeyStroke.readResolve()Returns a cached instance ofAWTKeyStroke(or a subclass ofAWTKeyStroke) which is equal to this instance.Uses ofSerial injava.awt.color
Methods injava.awt.color with annotations of typeSerialModifier and TypeMethodDescriptionprotectedObjectICC_Profile.readResolve()Resolves instances being deserialized into instances registered with CMM.Uses ofSerial injava.awt.font
Methods injava.awt.font with annotations of typeSerialModifier and TypeMethodDescriptionprotectedObjectTextAttribute.readResolve()Resolves instances being deserialized to the predefined constants.Uses ofSerial injava.security
Fields injava.security with annotations of typeSerialModifier and TypeFieldDescriptionstatic final longKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static final longPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.Methods injava.security with annotations of typeSerialUses ofSerial injava.security.cert
Methods injava.security.cert with annotations of typeSerialModifier and TypeMethodDescriptionprotectedObjectCertificate.CertificateRep.readResolve()Returns aCertificatewith the type and data of thisCertificateRep.protectedObjectCertPath.CertPathRep.readResolve()Returns aCertPathconstructed from the type and data of thisCertPathRep.protectedObjectCertificate.writeReplace()Replace theCertificateto be serialized with aCertificateRepobject containing the type and encoded bytes of theCertificate.protectedObjectCertPath.writeReplace()Replaces theCertPathto be serialized with aCertPathRepobject containing theCertificatetype and encoded bytes of theCertPath.Uses ofSerial injava.security.interfaces
Fields injava.security.interfaces with annotations of typeSerialModifier 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 ofSerial injava.text
Modifier and TypeMethodDescriptionprotectedObjectAttributedCharacterIterator.Attribute.readResolve()Resolves instances being deserialized to the predefined constants.protectedObjectDateFormat.Field.readResolve()Resolves instances being deserialized to the predefined constants.protectedObjectMessageFormat.Field.readResolve()Resolves instances being deserialized to the predefined constants.protectedObjectNumberFormat.Field.readResolve()Resolves instances being deserialized to the predefined constants.Uses ofSerial injavax.crypto.interfaces
Fields injavax.crypto.interfaces with annotations of typeSerialModifier 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 ofSerial injavax.print.attribute
Methods injavax.print.attribute with annotations of typeSerialModifier and TypeMethodDescriptionprotectedObjectEnumSyntax.readResolve()During object input, convert this deserialized enumeration instance to the proper enumeration value defined in the enumeration attribute class.