Declaration
public void BeforeDeserialize(
TElement element
)
Summary
Pre-processes a serialized form before
Classify restores the object from it. 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. |