Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AfterDeserialize(object)

Declaration

public void AfterDeserialize(
    object obj
)

Summary

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

Parameters

objectobj The deserialized object.