OnGeoserializingAttribute¶
Namespace: ThinkGeo.Core
When applied to a method, specifies that the method is called before serialization of an object.
public sealed class OnGeoserializingAttribute : System.Attribute
Inheritance object → Attribute → OnGeoserializingAttribute
Properties¶
TypeId¶
public object TypeId { get; }
Property Value¶
Constructors¶
OnGeoserializingAttribute()¶
Initializes a new instance of the OnGeoserializingAttribute class.
public OnGeoserializingAttribute()