public voidAfterSerialize(
objectobj,
TElementelement
)
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
object
obj
The object that has just been serialized.
TElement
element
The serialized form produced for this object. All changes made to it are final and will appear in Classify’s output.