Searched refs:replaceObject (Results 1 – 5 of 5) sorted by relevance
470 private Object replaceObject; field in ObjectOutputStreamTest.WriteReplaceObject479 replaceObject = o; in WriteReplaceObject()483 return replaceObject; in writeReplace()512 protected Object replaceObject(Object obj) throws IOException { in replaceObject() method in ObjectOutputStreamTest.ObjectOutputStreamWithReplace519 return super.replaceObject(obj); in replaceObject()531 protected Object replaceObject(Object obj) throws IOException { in replaceObject() method in ObjectOutputStreamTest.ObjectOutputStreamWithReplace21238 Object replaceObject = int.class; in test_replaceObject() local1242 oos2.writeObject(new WriteReplaceObject(replaceObject)); in test_replaceObject()1251 replaceObject = ObjectStreamClass.lookup(Integer.class); in test_replaceObject()1254 oos2.writeObject(new WriteReplaceObject(replaceObject)); in test_replaceObject()[all …]
256 protected Object replaceObject(Object obj) throws IOException { in replaceObject() method in SerializationStressTest2.StreamBasedReplacementWhenDumping
83 protected java.lang.Object replaceObject(java.lang.Object obj) throws java.io.IOException { in replaceObject() method in ObjectOutputStream
609 protected Object replaceObject(Object obj) throws IOException { in replaceObject() method in ObjectOutputStream1190 Object rep = replaceObject(obj); in writeObject0()
1771 method protected Object replaceObject(Object) throws java.io.IOException;