This struct represents an event.
Methods with this attribute attached will be called after the struct/class has been deserialized.
Methods with this attribute attached will be called before the struct/class has been deserialized.
Methods with this attribute attached will be called after the struct/class has been serialized.
Methods with this attribute attached will be called before the struct/class has been serialized.
This event is triggered after the struct/class, this template has been mixed into, has been completely deserialized, including all the fields.
This event is triggered after the struct/class, this template has been mixed into, has been deserialized, but before any fields have been deserialized.
This event is triggered after the struct/class, this template has been mixed into, has been completely serialized, including all the fields.
This event is triggered after the struct/class, this template has been mixed into, has been serialized, but before any fields have been serialized.
Copyright (c) 2010-2011 Jacob Carlborg.
Initial created: Jan 26, 2010