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