Class OnGeodeserializingAttribute
When applied to a method, specifies that the method is called during deserialization of an object.
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class OnGeodeserializingAttribute : Attribute
- Inheritance
-
OnGeodeserializingAttribute
- Inherited Members
Constructors
OnGeodeserializingAttribute()
Initializes a new instance of the OnGeodeserializingAttribute class.
public OnGeodeserializingAttribute()