Package org.apache.commons.io.serialization
This package provides a framework for controlling the deserialization of classes.
-
Interface Summary Interface Description ClassNameMatcher An object that matches a Class name to a condition. -
Class Summary Class Description FullClassNameMatcher AClassNameMatcher
that matches on full class names.RegexpClassNameMatcher AClassNameMatcher
that uses regular expressions.ValidatingObjectInputStream AnObjectInputStream
that's restricted to deserialize a limited set of classes.WildcardClassNameMatcher AClassNameMatcher
that uses simplified regular expressions provided byFilenameUtils.wildcardMatch