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