OnSerializedAttribute
When applied to a method, specifies that the method is called after serialization of an object in an object graph. The order of serialization relative to other objects in the graph is non-deterministic.
public OnSerializedAttribute()
Initializes a new instance of the OnSerializedAttribute class.