Searched refs:writeReplace (Results 26 - 48 of 48) sorted by relevance

12

/openjdk7/jdk/test/java/io/Serializable/typeSafeEnum/
H A DTypeSafeEnum.java26 * @summary Verify that writeReplace & readResolve are called by serialization.
50 private Object writeReplace() throws IOException { method in class:TypeSafeEnum
53 System.out.println("TypeSafeEnum.writeReplace() " +
100 throw new Error("Expected 4 calls to writeReplace, only " +
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DReplaceTrees.java58 Object writeReplace() { method in class:ReplaceTrees.Node
/openjdk7/jdk/src/share/classes/sun/management/
H A DLazyCompositeData.java104 protected Object writeReplace() throws java.io.ObjectStreamException { method in class:LazyCompositeData
/openjdk7/jdk/src/share/classes/java/awt/
H A DSystemColor.java507 * See the {@link #writeReplace} method for more information
535 private Object writeReplace() throws ObjectStreamException method in class:SystemColor
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DBytecodeViewTopComponent.java141 public Object writeReplace() { method in class:BytecodeViewTopComponent
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowTopComponent.java161 public Object writeReplace() { method in class:ControlFlowTopComponent
/openjdk7/jdk/src/share/classes/java/util/
H A DEnumSet.java433 Object writeReplace() { method in class:EnumSet
H A DCollections.java1298 private Object writeReplace() { method in class:Collections.UnmodifiableRandomAccessList
1966 private Object writeReplace() { method in class:Collections.SynchronizedRandomAccessList
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDHPrivateKey.java346 private Object writeReplace() throws java.io.ObjectStreamException { method in class:DHPrivateKey
H A DDHPublicKey.java325 private Object writeReplace() throws java.io.ObjectStreamException { method in class:DHPublicKey
H A DPBKDF2KeyImpl.java259 private Object writeReplace() throws ObjectStreamException { method in class:PBKDF2KeyImpl
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS8Key.java370 protected Object writeReplace() throws java.io.ObjectStreamException { method in class:PKCS8Key
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DToken.java382 private Object writeReplace() throws ObjectStreamException { method in class:Token
H A DP11Key.java184 protected Object writeReplace() throws ObjectStreamException { method in class:P11Key
H A DSunPKCS11.java1368 private Object writeReplace() throws ObjectStreamException { method in class:SunPKCS11
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java73 protected abstract Object writeReplace() throws java.io.ObjectStreamException; method in class:ShellFolder
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DArrayType.java998 private Object writeReplace() throws ObjectStreamException { method in class:ArrayType
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DValueHandlerImpl.java461 * If the value contains a writeReplace method then the result
465 public java.io.Serializable writeReplace(java.io.Serializable value) { method in class:ValueHandlerImpl
466 return ObjectStreamClass.lookup(value.getClass()).writeReplace(value);
H A DObjectStreamClass.java315 public Serializable writeReplace(Serializable value) { method in class:ObjectStreamClass
563 "writeReplace", noTypesList, Object.class);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationImpl.java1982 private Object writeReplace() throws IOException { method in class:DurationImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DObjectStreamClass_1_3_1.java295 public Serializable writeReplace(Serializable value) { method in class:ObjectStreamClass_1_3_1
526 writeReplaceObjectMethod = cl.getDeclaredMethod("writeReplace", noTypesList);
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java331 protected Object writeReplace() throws java.io.ObjectStreamException { method in class:Win32ShellFolder2
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_0.java765 // Allow the ValueHandler to call writeReplace on
767 object = valueHandler.writeReplace(key);

Completed in 93 milliseconds

12