Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AfterSerialize(object, TElement)

Declaration

public void AfterSerialize(
    object obj,
    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

objectobj The object that has just been serialized.
TElementelement The serialized form produced for this object. All changes made to it are final and will appear in Classify’s output.