AbstractObjectChecker |
A base class for IObjectChecker implementations which handles the logic
for checking type exclusions.
|
CheckingObjectOutputStream |
Checks an object tree during serialization for wrong state by delegating the work
to the used IObjectChecker s.
|
DifferentPageChecker |
An implementation of IObjectChecker that returns a failure
result when the checked object is a second Page instance
in the component tree.
|
IObjectChecker.Result |
Represents the result of a check.
|
NotDetachedModelChecker |
|
ObjectSerializationChecker |
An implementation of IObjectChecker that checks whether the object
implements Serializable interface
|
OrphanComponentChecker |
A checker that doesn't allow the serialization of component s
which are not a page and have no parent component.
|
SessionChecker |
|