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