As this class depends heavily on JDK's serialization internals using introspection, analyzing may not be possible, for instance when the runtime environment does not have sufficient rights to set fields accessible that would otherwise be hidden. You should call {@link SerializableChecker#isAvailable()} to see whether this class can operate properly. If itdoesn't, you should fall back to e.g. re-throwing/ printing the {@link NotSerializableException}you probably got before using this class.
@author eelcohillenius @author Al MawAs this class depends heavily on JDK's serialization internals using introspection, analyzing may not be possible, for instance when the runtime environment does not have sufficient rights to set fields accessible that would otherwise be hidden. You should call {@link SerializableChecker#isAvailable()} to see whether this class can operate properly. If itdoesn't, you should fall back to e.g. re-throwing/ printing the {@link NotSerializableException}you probably got before using this class.
@author eelcohillenius @author Al Maw
|
|