Searched refs:readResolve (Results 1 - 25 of 75) sorted by relevance

123

/openjdk10/jdk/test/java/io/Serializable/proxy/replace/
H A DReadResolve.java24 /* @summary Ensure that serialization invokes writeReplace/readResolve methods
29 public Object readResolve() throws java.io.ObjectStreamException; method in interface:ReadResolve
/openjdk10/jdk/test/java/io/Serializable/packageAccess/
H A DC.java28 * writeReplace/readResolve methods.
38 Object readResolve() throws ObjectStreamException { method in class:C
39 throw new Error("package-private readResolve called");
/openjdk10/jdk/test/java/io/Serializable/nestedReplace/
H A DNestedReplace.java58 Object readResolve() throws ObjectStreamException { method in class:C
64 Object readResolve() throws ObjectStreamException { method in class:D
65 throw new Error("readResolve() called more than once");
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/nc/
H A DNullNameClass.java80 private Object readResolve() { method in class:NullNameClass
/openjdk10/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A Dai.java61 Object readResolve() throws ObjectStreamException { method in class:ai
/openjdk10/langtools/test/jdk/javadoc/doclet/testSerializedForm/
H A DSerializedForm.java67 protected Object readResolve() throws IOException {return null;} method in class:SerializedForm
/openjdk10/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DStaticClass.java176 private Object readResolve() { method in class:StaticClass
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DSplitReturn.java61 private Object readResolve() { method in class:SplitReturn
H A DGetSplitState.java66 private Object readResolve() { method in class:GetSplitState
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSymbol.java81 private Object readResolve() { method in class:Symbol.GlobalSymbol
/openjdk10/jdk/test/java/io/Serializable/wrongReturnTypes/
H A DRead.java57 private B readResolve() throws ObjectStreamException { method in class:B
74 throw new Error("readResolve with wrong return type called");
/openjdk10/langtools/test/jdk/javadoc/doclet/testAnchorNames/pkg1/
H A DRegClass.java160 protected Object $readResolve(){return null;}
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/font/
H A DTransformAttribute.java116 private Object readResolve() throws ObjectStreamException { method in class:TransformAttribute
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/attribute/
H A DEnumSyntax.java188 * which {@code readResolve()} is declared to throw.)
190 protected Object readResolve() throws ObjectStreamException { method in class:EnumSyntax
252 * whose integer value is <i>i</i>; the {@link #readResolve() readResolve()}
261 * override the {@link #readResolve() readResolve()} method, the base class
262 * {@link #readResolve() readResolve()} method will throw an exception
/openjdk10/jdk/src/java.base/share/classes/java/text/
H A DAttributedCharacterIterator.java92 * The name of this {@code Attribute}. The name is used primarily by {@code readResolve}
99 // table of all instances in this class, used by readResolve
156 protected Object readResolve() throws InvalidObjectException { method in class:AttributedCharacterIterator.Attribute
158 throw new InvalidObjectException("subclass didn't correctly implement readResolve");
/openjdk10/jdk/test/java/io/Serializable/cloneArray/
H A DCloneArray.java43 private Object readResolve() throws ObjectStreamException { method in class:CloneArray.Resolver
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/event/
H A DFocusEvent.java389 Object readResolve() throws ObjectStreamException { method in class:FocusEvent
/openjdk10/jdk/src/java.base/share/classes/java/security/
H A DKeyRep.java165 protected Object readResolve() throws ObjectStreamException { method in class:KeyRep
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/atomic/
H A DLongAdder.java238 private Object readResolve() { method in class:LongAdder.SerializationProxy
H A DDoubleAccumulator.java275 private Object readResolve() { method in class:DoubleAccumulator.SerializationProxy
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DCausedFocusEvent.java69 Object readResolve() throws ObjectStreamException { method in class:CausedFocusEvent
/openjdk10/jdk/src/java.base/share/classes/java/security/cert/
H A DCertPath.java330 protected Object readResolve() throws ObjectStreamException { method in class:CertPath.CertPathRep
H A DCertificate.java269 protected Object readResolve() throws java.io.ObjectStreamException { method in class:Certificate.CertificateRep
/openjdk10/jdk/src/java.base/share/classes/java/time/chrono/
H A DSer.java252 private Object readResolve() { method in class:Ser
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DSerializedLambda.java48 * <p>{@code SerializedLambda} has a {@code readResolve} method that looks for
220 private Object readResolve() throws ReflectiveOperationException { method in class:SerializedLambda
240 throw new RuntimeException("Exception in SerializedLambda.readResolve", e);

Completed in 588 milliseconds

123