Searched defs:writeUnshared (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/auditStreamSubclass/
H A DAuditStreamSubclass.java49 public void writeUnshared(Object obj) throws IOException {} method in class:BadOOS2
54 public void writeUnshared(Object obj) throws IOException {} method in class:BadOOS3
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java227 * the ObjectOutputStream.putFields or ObjectOutputStream.writeUnshared
379 * <li>An object written via writeUnshared is always serialized in the
385 * written with writeUnshared, the previous writeUnshared operation
388 * object data written by calls to writeUnshared.
390 * While writing an object via writeUnshared does not in itself guarantee a
395 * writeUnshared, and not to any transitively referenced sub-objects in the
412 public void writeUnshared(Object obj) throws IOException { method in class:ObjectOutputStream
1074 "writeUnshared", new Class[] { Object.class });
1100 * Underlying writeObject/writeUnshared implementatio
[all...]

Completed in 95 milliseconds