Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void BeforeSerialize(object)

Declaration

public void BeforeSerialize(
    object obj
)

Summary

Pre-processes the object before Classify serializes it. This method is automatically invoked by Classify and should not be called directly.

Parameters

objectobj The object about to be serialized.