This struct represents an event.
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 (that this template has been mixed into) has been deserialized, but before any fields have been deserialized.
This event is triggered after the struct/class (that this template has been mixed into) has been completely serialized, including all the fields.
This event is triggered after the struct/class (that 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