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