Package | Description |
---|---|
org.apache.commons.io.serialization |
This package provides a framework for controlling the deserialization of classes.
|
Modifier and Type | Method and Description |
---|---|
ValidatingObjectInputStream |
ValidatingObjectInputStream.accept(ClassNameMatcher m)
Accept class names where the supplied ClassNameMatcher matches for
deserialization, unless they are otherwise rejected.
|
ValidatingObjectInputStream |
ValidatingObjectInputStream.reject(ClassNameMatcher m)
Reject class names where the supplied ClassNameMatcher matches for
deserialization, even if they are otherwise accepted.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.