Searched defs:readResolve (Results 1 - 25 of 48) sorted by relevance

12

/openjdk7/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
/openjdk7/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");
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A Dai.java61 Object readResolve() throws ObjectStreamException { method in class:ai
/openjdk7/jdk/test/java/io/Serializable/cloneArray/
H A DCloneArray.java43 private Object readResolve() throws ObjectStreamException { method in class:CloneArray.Resolver
/openjdk7/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");
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DEnumSyntax.java186 * <CODE>readResolve()</CODE> is declared to throw.)
188 protected Object readResolve() throws ObjectStreamException { method in class:EnumSyntax
249 * value object whose integer value is <I>i</I>; the {@link #readResolve()
250 * <CODE>readResolve()</CODE>} method needs this to preserve singleton
258 * the {@link #readResolve() <CODE>readResolve()</CODE>} method, the base
259 * class {@link #readResolve() <CODE>readResolve()</CODE>} method will throw
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyRep.java168 protected Object readResolve() throws ObjectStreamException { method in class:KeyRep
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTransformAttribute.java116 private Object readResolve() throws ObjectStreamException { method in class:TransformAttribute
/openjdk7/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");
/openjdk7/langtools/test/com/sun/javadoc/testSerializedForm/
H A DTestSerializedForm.java30 * @summary Test that methods readResolve and writeReplace show
32 * If the doclet includes readResolve and writeReplace in the serialized-form
50 "protected&nbsp;java.lang.Object&nbsp;readResolve()"},
111 protected Object readResolve(){return null;} method in class:TestSerializedForm
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPath.java330 protected Object readResolve() throws ObjectStreamException { method in class:CertPath.CertPathRep
H A DCertificate.java239 protected Object readResolve() throws java.io.ObjectStreamException { method in class:Certificate.CertificateRep
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/nc/
H A DNullNameClass.java80 private Object readResolve() { method in class:NullNameClass
/openjdk7/jdk/test/java/io/Serializable/typeSafeEnum/
H A DTypeSafeEnum.java26 * @summary Verify that writeReplace & readResolve are called by serialization.
27 * readResolve is used to maintain the invariant that the enums
59 private Object readResolve() throws IOException { method in class:TypeSafeEnum
62 System.out.println("readResolve called on " + this.toString());
104 throw new Error("Expected 4 calls to readResolve, only " +
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DDynamicStubImpl.java140 public Object readResolve() method in class:DynamicStubImpl
/openjdk7/jdk/src/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
148 protected Object readResolve() throws InvalidObjectException { method in class:AttributedCharacterIterator.Attribute
150 throw new InvalidObjectException("subclass didn't correctly implement readResolve");
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanOperationInfoSupport.java416 private Object readResolve() { method in class:OpenMBeanOperationInfoSupport
H A DOpenMBeanParameterInfoSupport.java365 private Object readResolve() { method in class:OpenMBeanParameterInfoSupport
H A DSimpleType.java312 public Object readResolve() throws ObjectStreamException { method in class:SimpleType
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DBytecodeViewTopComponent.java173 public Object readResolve() { method in class:BytecodeViewTopComponent.ResolvableHelper
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowTopComponent.java180 public Object readResolve() { method in class:ControlFlowTopComponent.ResolvableHelper
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DReplaceTrees.java72 Object readResolve() { method in class:ReplaceTrees.RepNode
/openjdk7/jdk/src/share/classes/java/util/
H A DEnumSet.java423 private Object readResolve() { method in class:EnumSet.SerializationProxy
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DOutlineTopComponent.java243 public Object readResolve() { method in class:OutlineTopComponent.ResolvableHelper
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTimer.java152 * NOTE: all fields need to be handled in readResolve
632 * We have to use readResolve because we can not initialize final
635 private Object readResolve() { method in class:Timer

Completed in 129 milliseconds

12