Searched refs:writeExternal (Results 1 - 25 of 36) sorted by relevance

12

/openjdk7/jdk/test/java/io/Serializable/classDescFlagConflict/
H A DFoo.java33 public void writeExternal(ObjectOutput out) throws IOException {} method in class:Foo
/openjdk7/jdk/src/share/classes/java/io/
H A DExternalizable.java36 * The writeExternal and readExternal methods of the Externalizable
46 * the object supports Externalizable, the writeExternal method is called. If the
68 * The object implements the writeExternal method to save its contents
82 void writeExternal(ObjectOutput out) throws IOException; method in interface:Externalizable
89 * and with the same types as were written by writeExternal.
/openjdk7/jdk/test/java/rmi/registry/classPathCodebase/
H A DDummy.java38 public void writeExternal(java.io.ObjectOutput out) method in class:Dummy
/openjdk7/jdk/test/java/io/Serializable/InvalidClassException/noargctor/
H A DDefaultPackage.java87 public void writeExternal(ObjectOutput out) throws IOException { method in class:ExternalizablePublicConstructor
98 public void writeExternal(ObjectOutput out) throws IOException { method in class:ExternalizableProtectedConstructor
109 public void writeExternal(ObjectOutput out) throws IOException { method in class:ExternalizableAccessConstructor
122 public void writeExternal(ObjectOutput out) throws IOException { method in class:ExternalizablePrivateConstructor
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastRef2.java65 public void writeExternal(ObjectOutput out) throws IOException method in class:UnicastRef2
H A DActivatableServerRef.java89 public void writeExternal(ObjectOutput out) throws IOException { method in class:ActivatableServerRef
H A DActivatableRef.java348 public void writeExternal(ObjectOutput out) throws IOException method in class:ActivatableRef
357 localRef.writeExternal(out);
/openjdk7/jdk/test/java/io/Serializable/InvalidClassException/noargctor/Serialize/
H A DSubclassAcrossPackage.java103 public void writeExternal(ObjectOutput out) throws IOException { method in class:ExternalizablePublicCtor
114 public void writeExternal(ObjectOutput out) throws IOException { method in class:ExternalizableProtectedCtor
125 public void writeExternal(ObjectOutput out) throws IOException { method in class:ExternalizablePackageCtor
138 public void writeExternal(ObjectOutput out) throws IOException { method in class:ExternalizablePrivateCtor
/openjdk7/jdk/test/java/io/Serializable/evolution/AddedExternField/
H A DWriteAddedField.java56 public void writeExternal(ObjectOutput s) throws IOException method in class:NewExternFieldClass
/openjdk7/jdk/test/java/io/Serializable/explicitCNFException/
H A DExplicitCNFException.java44 public void writeExternal(ObjectOutput out) throws IOException {} method in class:B
/openjdk7/jdk/test/java/io/Serializable/survivePrematureClose/
H A DSurvivePrematureClose.java27 * writeExternal, readObject or writeObject) of an object closes the
38 public void writeExternal(ObjectOutput out) throws IOException { method in class:A
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DProxyRef.java51 public void writeExternal(ObjectOutput out) throws IOException { method in class:ProxyRef
52 ref.writeExternal(out);
/openjdk7/jdk/test/java/io/Externalizable/definesWriteObject/
H A DDefinesWriteObject.java61 public void writeExternal(ObjectOutput out) method in class:DefinesWriteObject
/openjdk7/jdk/test/java/io/Serializable/NPEProvoker/
H A DNPEProvoker.java52 public void writeExternal(ObjectOutput out) throws IOException { method in class:NPEProvoker
/openjdk7/jdk/test/java/io/Externalizable/compatibility/
H A DExternalizableBlockData.java48 public void writeExternal(ObjectOutput out) throws IOException { method in class:Foo
/openjdk7/jdk/test/java/rmi/server/RemoteObject/unrecognizedRefType/
H A DUnrecognizedRefType.java133 public void writeExternal(ObjectOutput out) { method in class:UnrecognizedRefType.FakeRemoteRef
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationID.java177 * <code>writeExternal</code> method is invoked on the
188 * written by its <code>writeExternal</code> method.
196 * written by the <code>writeExternal</code> method and read
225 ref.writeExternal(out);
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObject.java176 * the <code>writeExternal</code> method is invoked on
191 * its <code>writeExternal</code> method if the string was of non-zero
241 * <code>writeExternal</code> method and read by the
348 * written by invoking its <code>writeExternal</code> method
357 * <code>writeExternal</code> method or read by the
380 ref.writeExternal(out);
/openjdk7/jdk/test/java/io/Serializable/classDescHooks/
H A DExternLoopback.java79 public void writeExternal(ObjectOutput out) throws IOException { method in class:ExternLoopback
/openjdk7/jdk/test/java/io/Serializable/skipToEndOfBlockData/
H A DSkipToEndOfBlockData.java29 * writeExternal() method.
77 public void writeExternal(ObjectOutput out) throws IOException { method in class:MismatchedReadExternal
/openjdk7/jdk/test/java/rmi/activation/Activatable/notSerializable/
H A DNotSerializable.java142 public void writeExternal(ObjectOutput out) { method in class:NotSerializable.FakeRemoteRef
/openjdk7/jdk/test/sun/rmi/rmic/minimizeWrapperInstances/
H A DTest.java111 public void writeExternal(ObjectOutput out) { method in class:Test.AbstractRemoteRef
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DOutlineTopComponent.java235 public void writeExternal(ObjectOutput objectOutput) throws IOException { method in class:OutlineTopComponent
236 super.writeExternal(objectOutput);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DBitArray.java250 public void writeExternal(ObjectOutput out) throws IOException { method in class:BitArray
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DMimeType.java296 * The object implements the writeExternal method to save its contents
302 public void writeExternal(ObjectOutput out) throws IOException { method in class:MimeType
320 * and with the same types as were written by writeExternal.

Completed in 139 milliseconds

12