Searched defs:writeObject (Results 26 - 50 of 260) sorted by relevance

1234567891011

/openjdk7/jdk/test/java/io/Externalizable/definesWriteObject/
H A DDefinesWriteObject.java27 * @summary Write and read an Externalizable class that defines writeObject.
28 * There was some confusion over writeObject method needing
50 * There was some confusion over writeObject method needing
55 private void writeObject(ObjectOutputStream out) throws IOException { method in class:DefinesWriteObject
65 out.writeObject(objData);
83 oos.writeObject(obj1);
84 oos.writeObject(obj2);
/openjdk7/jdk/test/java/io/Serializable/enum/ignoreSerializationMethods/
H A DTest.java36 private void writeObject(ObjectOutputStream out) throws IOException {
37 throw new Error("bar.writeObject invoked");
53 private void writeObject(ObjectOutputStream out) throws IOException { method in class:Foo
54 throw new Error("Foo.writeObject invoked");
75 oout.writeObject(f);
/openjdk7/jdk/test/java/io/Serializable/evolution/AddedField/
H A DReadAddedField.java74 private void writeObject(ObjectOutputStream s) method in class:C
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DCheckForException.java29 * which raises NotSerializableException inside writeObject()
41 "writeObject() and readObject() methods.\n");
59 p.writeObject("test");
60 p.writeObject("test2");
61 p.writeObject(npc);
111 private void writeObject(ObjectOutputStream pw) throws IOException { method in class:PickleClass
132 private void writeObject(ObjectOutputStream pw) method in class:NoPickleClass
149 private void writeObject(ObjectOutputStream pw) throws IOException { method in class:TryPickleClass
H A DValidateClass.java57 p.writeObject(vc);
85 private void writeObject(ObjectOutputStream pw) throws IOException { method in class:MissingWriterClass
110 private void writeObject(ObjectOutputStream pw) throws IOException { method in class:Validator
112 pw.writeObject(next);
/openjdk7/jdk/test/java/io/Serializable/proxy/skipMissing/
H A DWrite.java58 private void writeObject(ObjectOutputStream out) throws IOException { method in class:B
60 out.writeObject(proxy);
71 oout.writeObject(new A(proxy));
73 oout.writeObject(new B(proxy));
74 oout.writeObject(proxy);
/openjdk7/jdk/test/java/io/Serializable/survivePrematureClose/
H A DSurvivePrematureClose.java27 * writeExternal, readObject or writeObject) of an object closes the
53 private void writeObject(ObjectOutputStream out) throws IOException { method in class:B
76 oout.writeObject(obj);
/openjdk7/langtools/test/com/sun/javadoc/testSerializedForm/
H A DTestSerializedForm.java31 * up in serialized-form.html the same way that readObject and writeObject do.
33 * documentation that same way the it includes readObject and writeObject, the
105 private void writeObject(ObjectOutputStream s) {} method in class:TestSerializedForm
/openjdk7/jdk/test/java/util/Vector/
H A DSerializationDeadlock.java86 private void writeObject(final ObjectOutputStream oos) method in class:SerializationDeadlock.TestBarrier
115 oos.writeObject(vector);
/openjdk7/langtools/test/tools/javah/
H A DSuperClassConsts.java51 private void writeObject(ObjectOutputStream s) method in class:SuperClassConsts
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A D_CodeBaseStub.java200 private void writeObject (java.io.ObjectOutputStream s) method in class:_CodeBaseStub
/openjdk7/jdk/src/share/classes/javax/swing/
H A DActionMap.java212 private void writeObject(ObjectOutputStream s) throws IOException { method in class:ActionMap
H A DJButton.java239 * See readObject() and writeObject() in JComponent for more
242 private void writeObject(ObjectOutputStream s) throws IOException { method in class:JButton
H A DJCheckBoxMenuItem.java225 * See readObject() and writeObject() in JComponent for more
228 private void writeObject(ObjectOutputStream s) throws IOException { method in class:JCheckBoxMenuItem
H A DJPanel.java173 * See readObject() and writeObject() in JComponent for more
176 private void writeObject(ObjectOutputStream s) throws IOException { method in class:JPanel
H A DJRadioButton.java219 * See readObject() and writeObject() in JComponent for more
222 private void writeObject(ObjectOutputStream s) throws IOException { method in class:JRadioButton
H A DJSeparator.java156 * See <code>readObject</code> and <code>writeObject</code> in
160 private void writeObject(ObjectOutputStream s) throws IOException { method in class:JSeparator
H A DLayoutFocusTraversalPolicy.java254 private void writeObject(ObjectOutputStream out) throws IOException { method in class:LayoutFocusTraversalPolicy
255 out.writeObject(getComparator());
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DEventListenerList.java247 private void writeObject(ObjectOutputStream s) throws IOException { method in class:EventListenerList
256 s.writeObject(t.getName());
257 s.writeObject(l);
261 s.writeObject(null);
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObject.java75 * <code>writeObject</code> and <code>readObject</code> methods. An
164 * <code>writeObject</code> for custom serialization.
181 * the <code>writeObject</code> method is invoked on <code>out</code>
194 * <code>writeObject</code> if the string was of zero length.
307 * <code>writeObject</code> on the stream instance
326 * <code>writeObject</code> on the stream instance
341 * <code>writeObject</code> on the stream instance
360 private void writeObject(java.io.ObjectOutputStream out) method in class:RemoteObject
373 out.writeObject(ref);
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertificateRevokedException.java189 private void writeObject(ObjectOutputStream oos) throws IOException { method in class:CertificateRevokedException
204 oos.writeObject(ext.getId());
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanFeatureInfo.java173 * then the method {@link ObjectOutputStream#writeObject writeObject(Object obj)}
179 * {@link ObjectOutputStream#writeObject writeObject(Object obj)} is called
185 private void writeObject(ObjectOutputStream out) throws IOException { method in class:MBeanFeatureInfo
195 out.writeObject(names);
196 out.writeObject(descriptor.getFieldValues(names));
200 out.writeObject(descriptor);
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DInvalidTargetObjectTypeException.java181 private void writeObject(ObjectOutputStream out) method in class:InvalidTargetObjectTypeException
H A DXMLParseException.java141 private void writeObject(ObjectOutputStream out) method in class:XMLParseException
/openjdk7/jdk/test/java/io/Serializable/noSuchFieldClarification/
H A DNoSuchFieldClarification.java62 private void writeObject(ObjectOutputStream out) throws IOException { method in class:TwoDPoint
92 oout.writeObject(point);

Completed in 720 milliseconds

1234567891011