Home
last modified time | relevance | path

Searched defs:readObject (Results 1 – 25 of 82) sorted by relevance

1234

/libcore/luni/src/main/java/java/util/
DInvalidPropertiesFormatException.java65 private void readObject(ObjectInputStream in) in readObject() method in InvalidPropertiesFormatException
DHashSet.java197 private void readObject(ObjectInputStream stream) throws IOException, in readObject() method in HashSet
/libcore/luni/src/main/java/java/io/
DObjectInput.java88 public Object readObject() throws ClassNotFoundException, IOException; in readObject() method
/libcore/luni/src/main/java/java/util/prefs/
DNodeChangeEvent.java91 private void readObject (ObjectInputStream in) throws IOException, ClassNotFoundException { in readObject() method in NodeChangeEvent
DPreferenceChangeEvent.java109 private void readObject(ObjectInputStream in) throws IOException{ in readObject() method in PreferenceChangeEvent
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectOutputStreamTest.java66 private void readObject(ObjectInputStream ois) throws IOException { in readObject() method in ObjectOutputStreamTest.SerializableTestHelper
170 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.ReadWriteObject
192 public void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.PublicReadWriteObject
222 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.JustReadObject
318 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.MyExceptionWhenDumping
352 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.MyUnserializableExceptionWhenDumping
399 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.SerialPersistentFields
427 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.WriteFieldsWithoutFetchingPutFields
446 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.SerialPersistentFieldsWithoutField
DSerializationStressTest2.java54 private void readObject(java.io.ObjectInputStream in) in readObject() method in SerializationStressTest2.ReadWriteObjectAndPrimitiveData
112 private void readObject(java.io.ObjectInputStream in) in readObject() method in SerializationStressTest2.SerialPersistentFields
142 private void readObject(java.io.ObjectInputStream in) in readObject() method in SerializationStressTest2.WriteFieldsWithoutFetchingPutFields
163 private void readObject(java.io.ObjectInputStream in) in readObject() method in SerializationStressTest2.SerialPersistentFieldsWithoutField
206 private void readObject(ObjectInputStream stream) throws IOException, in readObject() method in SerializationStressTest2.OptionalDataNotRead
230 private void readObject(ObjectInputStream stream) throws IOException, in readObject() method in SerializationStressTest2.NestedPutField
600 private void readObject(java.io.ObjectInputStream s) in readObject() method in SerializationStressTest2.DeepNestingWithWriteObject
682 private void readObject(java.io.ObjectInputStream s) in readObject() method in SerializationStressTest2.SInterfaceTest
705 private void readObject(java.io.ObjectInputStream s) in readObject() method in SerializationStressTest2.SInterfaceTest2
735 private void readObject(java.io.ObjectInputStream s) in readObject() method in SerializationStressTest2.SuperclassTest
[all …]
DSerializationStressTest1.java118 private void readObject(java.io.ObjectInputStream in) in readObject() method in SerializationStressTest1.ReadWriteObject
143 public void readObject(java.io.ObjectInputStream in) in readObject() method in SerializationStressTest1.PublicReadWriteObject
178 private void readObject(java.io.ObjectInputStream in) in readObject() method in SerializationStressTest1.JustReadObject
290 private void readObject(java.io.ObjectInputStream in) in readObject() method in SerializationStressTest1.MyExceptionWhenDumping1
316 private void readObject(java.io.ObjectInputStream in) in readObject() method in SerializationStressTest1.MyExceptionWhenDumping2
354 private void readObject(java.io.ObjectInputStream in) in readObject() method in SerializationStressTest1.MyUnserializableExceptionWhenDumping
DObjectStreamFieldTest.java279 private void readObject(ObjectInputStream in) throws NotActiveException, in readObject() method in SerializableObject
343 private void readObject(ObjectInputStream in) throws NotActiveException, in readObject() method in SerializableObject2
/libcore/luni/src/main/java/java/security/
DSignedObject.java42 private void readObject(ObjectInputStream s) throws IOException, in readObject() method in SignedObject
DKeyRep.java146 private void readObject(ObjectInputStream is) in readObject() method in KeyRep
/libcore/luni/src/main/java/javax/xml/datatype/
DDatatypeConfigurationException.java152 private void readObject(ObjectInputStream in) in readObject() method in DatatypeConfigurationException
/libcore/luni/src/main/java/java/security/cert/
DCertificateRevokedException.java127 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() method in CertificateRevokedException
/libcore/luni/src/main/java/java/sql/
DSQLInput.java243 public Object readObject() throws SQLException; in readObject() method
/libcore/support/src/test/java/tests/util/
DSerializationTester.java118 public static Object readObject(Object obj, String fileName) in readObject() method in SerializationTester
/libcore/luni/src/main/java/java/math/
DMathContext.java241 private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException { in readObject() method in MathContext
/libcore/support/src/test/java/tests/support/
DSupport_GetPutFieldsDefaulted.java117 private void readObject(ObjectInputStream ois) throws Exception { in readObject() method in Support_GetPutFieldsDefaulted
DSupport_GetPutFields.java106 private void readObject(ObjectInputStream ois) throws Exception { in readObject() method in Support_GetPutFields
DSupport_GetPutFieldsDeprecated.java108 private void readObject(ObjectInputStream ois) throws Exception { in readObject() method in Support_GetPutFieldsDeprecated
/libcore/luni/src/main/java/javax/xml/namespace/
DQName.java477 private void readObject(ObjectInputStream in) in readObject() method in QName
/libcore/luni/src/main/java/java/net/
DInetSocketAddress.java232 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() method in InetSocketAddress
/libcore/luni/src/main/java/javax/crypto/
DSealedObject.java61 private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException { in readObject() method in SealedObject
/libcore/luni/src/main/java/java/util/logging/
DLevel.java284 private void readObject(ObjectInputStream in) throws IOException, in readObject() method in Level
/libcore/luni/src/main/java/javax/security/auth/
DSubject.java449 private void readObject(ObjectInputStream in) throws IOException, in readObject() method in Subject
679 private void readObject(ObjectInputStream in) throws IOException, in readObject() method
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java134 private void readObject(ObjectInputStream os) throws IOException, ClassNotFoundException { in readObject() method in AnnotationFactory

1234