Searched defs:readObjectNoData (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/stopCustomDeserialization/
H A DRead.java26 * @summary Verify that readObject and readObjectNoData methods will not be
40 private void readObjectNoData() throws ObjectStreamException { method in class:B
41 throw new Error("readObjectNoData called");
/openjdk7/jdk/test/java/io/Serializable/wrongReturnTypes/
H A DRead.java37 private Object readObjectNoData() throws ObjectStreamException { method in class:A
70 throw new Error("readObjectNoData with wrong return type called");
/openjdk7/langtools/test/com/sun/javadoc/testSerializedForm/
H A DTestSerializedForm.java54 "protected java.lang.Object readObjectNoData()"},
123 protected Object readObjectNoData() { method in class:TestSerializedForm
/openjdk7/jdk/src/share/classes/java/lang/
H A DEnum.java253 private void readObjectNoData() throws ObjectStreamException { method in class:Enum
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObjectInvocationHandler.java241 private void readObjectNoData() throws InvalidObjectException { method in class:RemoteObjectInvocationHandler
/openjdk7/jdk/test/java/io/Serializable/readObjectNoData/
H A DRead.java26 * @summary Verify that a custom readObjectNoData method, if defined properly
34 /* Non-serializable superclass which defines readObjectNoData:
35 * readObjectNoData should not get called.
40 private void readObjectNoData() throws ObjectStreamException { method in class:A
45 /* Serializable superclass which defines readObjectNoData with wrong signature:
46 * readObjectNoData should not get called.
51 private void readObjectNoData(int wrong) throws ObjectStreamException { method in class:B
56 /* Serializable superclass which defines readObjectNoData correctly, and is not
57 * listed in stream: readObjectNoData should get called.
62 private void readObjectNoData() throw method in class:C
74 private void readObjectNoData() throws ObjectStreamException { method in class:D
85 void readObjectNoData() throws ObjectStreamException { method in class:E
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DInetSocketAddress.java299 private void readObjectNoData() method in class:InetSocketAddress
H A DInetAddress.java1539 private void readObjectNoData (ObjectInputStream s) throws method in class:InetAddress

Completed in 29 milliseconds