Declaration
public void AfterSerialize(
TElement element
)
Summary
Post-processes the serialization produced by
Classify for this object. This method is
automatically invoked by
Classify and should not be called directly.
Parameters
TElement | element |
The serialized form produced for this object. All changes made to it are final and will appear in Classify’s output. |