Table of Contents

Class OnGeoserializingAttribute

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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()