Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AfterDeserialize(TElement)

Declaration

public void AfterDeserialize(
    TElement element
)

Summary

Post-processes this object after Classify has restored it from serialized form. This method is automatically invoked by Classify and should not be called directly.

Parameters

TElementelement The serialized form from which this object was restored. Changes made to this will have no effect on the deserialization.