Summary
Contains methods to process an object before or after
Classify (de)serializes it, irrespective of
the serialization format used. To have effect, this interface must be implemented by the object being serialized.
Remarks
This interface requires that the object type being serialized or deserialized implements it. If this is not
possible, use
IClassifyTypeProcessor instead.
Instance methods
void | |
Post-processes this object after Classify has restored it from serialized form. This method is
automatically invoked by Classify and should not be called directly. |
void | |
Pre-processes this object before Classify serializes it. This method is automatically invoked by
Classify and should not be called directly. |