< prev index next >

src/java.base/share/classes/java/io/ObjectInputFilter.java

Print this page

        

*** 102,112 **** * @param filterInfo provides information about the current object being deserialized, * if any, and the status of the {@link ObjectInputStream} * @return {@link Status#ALLOWED Status.ALLOWED} if accepted, * {@link Status#REJECTED Status.REJECTED} if rejected, * {@link Status#UNDECIDED Status.UNDECIDED} if undecided. - * @since 9 */ Status checkInput(FilterInfo filterInfo); /** * FilterInfo provides access to information about the current object --- 102,111 ----
< prev index next >