| Package | Description |
|---|---|
| org.apache.commons.io.serialization |
This package provides a framework for controlling the deserialization of classes.
|
| Modifier and Type | Method | 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.
|