Searched defs:writeObject (Results 1 - 25 of 260) sorted by relevance

1234567891011

/openjdk7/jdk/test/java/rmi/server/Unmarshal/checkUnmarshalOnStopThread/
H A DRuntimeExceptionParameter.java36 private void writeObject(ObjectOutputStream out) method in class:RuntimeExceptionParameter
39 throw new RuntimeException("wrote a parameter whos writeObject " +
/openjdk7/jdk/test/java/io/Serializable/userRWObjError/
H A DUserRWObjError.java27 * readObject & writeObject method.
38 * at java.io.ObjectOutputStream.writeObject(Objec
48 out.writeObject(obj);
60 private void writeObject(ObjectOutputStream out) throws IOException { method in class:UserRWObjError
/openjdk7/jdk/test/java/io/Serializable/modifyStaticFields/
H A DModifyStaticFields.java41 oout.writeObject(new ModifyStaticFields());
53 private void writeObject(ObjectOutputStream out) throws IOException { method in class:ModifyStaticFields
/openjdk7/jdk/test/java/io/Serializable/verifyDynamicObjHandleTable/
H A DVerifyDynamicObjHandleTable.java36 private void writeObject(ObjectOutputStream out) throws IOException { method in class:A
38 throw new InvalidObjectException("writeObject: object " +
59 out.writeObject(new A());
63 // allow writeObject to be called on any objects that
68 out.writeObject(iter.next());
/openjdk7/jdk/test/java/io/Serializable/writeObjectMemory/
H A DWriteObjectMemory.java38 private void writeObject(ObjectOutputStream out) throws IOException { method in class:A
40 throw new InvalidObjectException("writeObject: object " +
61 out.writeObject(new A());
65 // allow writeObject to be called on any objects that
70 out.writeObject(iter.next());
/openjdk7/jdk/src/share/classes/java/security/
H A DGuardedObject.java94 private void writeObject(java.io.ObjectOutputStream oos) method in class:GuardedObject
H A DUnresolvedPermissionCollection.java159 private void writeObject(ObjectOutputStream out) throws IOException { method in class:UnresolvedPermissionCollection
/openjdk7/jdk/src/share/classes/java/util/
H A DInvalidPropertiesFormatException.java74 private void writeObject(java.io.ObjectOutputStream out) method in class:InvalidPropertiesFormatException
/openjdk7/jdk/test/java/io/Serializable/PutField/
H A DWrite.java53 private void writeObject(ObjectOutputStream out) throws IOException { method in class:Foo
72 oout.writeObject(new Foo());
H A DWrite2.java47 private void writeObject(ObjectOutputStream out) throws IOException { method in class:Foo
59 oout.writeObject(new Foo());
/openjdk7/jdk/test/java/io/Serializable/optionalDataEnd/
H A DOptionalDataEnd.java40 private void writeObject(ObjectOutputStream out) throws IOException { method in class:Foo
43 out.writeObject(new Integer(i));
69 oout.writeObject(new Foo(5));
70 oout.writeObject(new Foo(0));
/openjdk7/jdk/test/java/io/Serializable/skipWriteObject/
H A DWrite.java35 * written using a class-defined writeObject method for which the
48 private void writeObject(ObjectOutputStream out) throws IOException { method in class:Bar
57 oout.writeObject(new Object[] { "before", new Foo(), "after" });
/openjdk7/jdk/test/java/io/Serializable/wrongReturnTypes/
H A DWrite.java46 private Object writeObject(ObjectOutputStream out) throws IOException { method in class:B
62 oout.writeObject(new B());
66 throw new Error("writeObject with wrong return type called");
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A D_IDLTypeStub.java140 private void writeObject (java.io.ObjectOutputStream s) method in class:_IDLTypeStub
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DStubDelegate.java85 // _REVISIT_ cannot link to Stub.writeObject directly... why not?
88 * <a href="{@docRoot}/serialized-form.html#javax.rmi.CORBA.Stub"><code>Stub.writeObject(java.io.ObjectOutputStream)</code></a>.
90 void writeObject(Stub self, ObjectOutputStream s) method in interface:StubDelegate
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A D_IDLTypeStub.java145 private void writeObject (java.io.ObjectOutputStream s) method in class:_IDLTypeStub
H A D_PolicyStub.java156 private void writeObject (java.io.ObjectOutputStream s) method in class:_PolicyStub
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJRadioButtonMenuItem.java195 * See <code>readObject</code> and <code>writeObject</code> in
199 private void writeObject(ObjectOutputStream s) throws IOException { method in class:JRadioButtonMenuItem
/openjdk7/jdk/src/share/classes/java/beans/
H A DPersistenceDelegate.java33 * <code>readObject</code> and <code>writeObject</code>
54 * in requiring an analog of the <code>writeObject</code>
56 * method. The <code>writeObject</code> analog encodes each
62 * Breaking the dependency between <code>writeObject</code>
91 * The <code>writeObject</code> is a single entry point to the persistence
111 public void writeObject(Object oldInstance, Encoder out) { method in class:PersistenceDelegate
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutput.java48 public void writeObject(Object obj) method in interface:ObjectOutput
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationID.java161 * <code>writeObject</code> for custom serialization.
166 * <p>The <code>writeObject</code> method is invoked on
183 * <code>ObjectOutput.writeObject</code>) followed by the
194 * RemoteObject} <code>writeObject</code> method
202 * <code>writeObject</code> method <b>serialData</b>
205 private void writeObject(ObjectOutputStream out) method in class:ActivationID
208 out.writeObject(uid);
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DNodeChangeEvent.java87 private void writeObject(java.io.ObjectOutputStream out) method in class:NodeChangeEvent
H A DPreferenceChangeEvent.java108 private void writeObject(java.io.ObjectOutputStream out) method in class:PreferenceChangeEvent
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTransformAttribute.java102 private void writeObject(java.io.ObjectOutputStream s) method in class:TransformAttribute
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSAPrivateKey.java69 private void writeObject(java.io.ObjectOutputStream out) method in class:RSAPrivateKey

Completed in 116 milliseconds

1234567891011