Searched refs:resolveObject (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DAnnotateClass.java160 protected Object resolveObject(Object obj) { method in class:TestInputStream
/openjdk7/jdk/test/java/io/Serializable/replaceStringArray/
H A DReplaceStringArray.java101 protected Object resolveObject(Object obj) throws IOException { method in class:SubstituteObjectInputStream
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectInputStream.java261 /** if true, invoke resolveObject() */
554 * similar to resolveObject these validations are called after the entire
724 * to resolveObject. To insure that the private state of objects is not
725 * unintentionally exposed only trusted streams may use resolveObject.
728 * returned from readObject. The default resolveObject method just returns
745 protected Object resolveObject(Object obj) throws IOException { method in class:ObjectInputStream
751 * When enabled, the resolveObject method is called for every object being
761 * @param enable true for enabling use of <code>resolveObject</code> for
1385 * If resolveObject has been enabled and given object does not have an
1386 * exception associated with it, calls resolveObject t
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DIDLJavaSerializationInputStream.java138 protected final Object resolveObject(Object obj) throws IOException { method in class:IDLJavaSerializationInputStream.MarshalObjectInputStream
144 IOException ie = new IOException("resolveObject failed");
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPInputStream.java626 * When enabled the resolveObject method is called for every object
968 protected final Object resolveObject(Object obj) throws IOException{ method in class:IIOPInputStream
970 throw new IOException("Method resolveObject not supported");

Completed in 72 milliseconds