Declaration
public void BeforeSerialize(
    object obj
)Summary
                Pre-processes the object before 
Classify serializes it. This method is automatically invoked by 
Classify and should not be called directly.
Parameters
| object | obj | 
                The object about to be serialized. |