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

12

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMimeType.java267 * The object implements the writeExternal method to save its contents
275 public void writeExternal(ObjectOutput out) throws IOException { method in class:MimeType
285 * and with the same types as were written by writeExternal.
/openjdk7/jdk/test/java/io/Serializable/evolution/AddedField/
H A DWriteAddedField.java65 public void writeExternal(ObjectOutput s) throws IOException method in class:NewExternFieldClass
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DExternObjTrees.java67 public void writeExternal(ObjectOutput out) throws IOException { method in class:ExternObjTrees.Node
/openjdk7/jdk/test/java/rmi/registry/interfaceHash/
H A DInterfaceHash.java137 public void writeExternal(java.io.ObjectOutput out) { }
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastRef.java480 public void writeExternal(ObjectOutput out) throws IOException { method in class:UnicastRef
H A DUnicastServerRef.java513 public void writeExternal(ObjectOutput out) throws IOException { method in class:UnicastServerRef
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DDataFlavor.java1269 public synchronized void writeExternal(ObjectOutput os) throws IOException { method in class:DataFlavor
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java613 public void writeExternal(ObjectOutput out) throws IOException { method in class:FilterTopComponent
614 super.writeExternal(out);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPOutputStream.java546 * call writeExternal.
554 ext.writeExternal(this);
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java123 * form. The methods of the Externalizable interface, writeExternal and
195 // values below valid only during upcalls to writeObject()/writeExternal()
1440 * writeExternal() method.
1447 debugInfoStack.push("writeExternal data");
1453 obj.writeExternal(this);
1456 obj.writeExternal(this);
/openjdk7/jdk/src/share/classes/javax/management/loading/
H A DMLet.java824 * an implementation supports {@link #writeExternal} it must
834 public void writeExternal(ObjectOutput out) method in class:MLet
836 throw new UnsupportedOperationException("MLet.writeExternal");
848 * support {@link #writeExternal} in such a way that what is

Completed in 310 milliseconds

12