Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void BeforeDeserialize(TElement)

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

TElementelement The serialized form from which this object is about to be restored. All changes made to it will affect how the object is restored.