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 CheckingObjectOutputStream#isAvailable()} to see whether this class can operate properly.An ObjectOutputStream that uses {@link IObjectChecker IObjectChecker}s to check the state of the object before serializing it. If the checker returns {@link org.apache.wicket.core.util.objects.checker.IObjectChecker.Result.Status#FAILURE}then the serialization process is stopped and the error is logged.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|