Class BanSerializableRead

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.BanSerializableRead
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public final class BanSerializableRead extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
A BugChecker that detects use of the unsafe Serializable API.
See Also: