Declaration
public void BeforeDeserialize(
    TElement element
)Summary
                Pre-processes a serialized form before 
Classify restores the object from it. The object’s fields
                have not yet been populated when this method is called. This method is automatically invoked by 
Classify and should not be called directly.
Parameters
| TElement | element | 
                The serialized form from which this object is about to be restored. All changes made to it will affect how the
                object is restored. |