OnSerializing

This event is triggered after the struct/class, this template has been mixed into, has been serialized, but before any fields have been serialized.

Members

Static variables

__onSerializing
orange.serialization.Events.Event!(method) __onSerializing;
Undocumented in source.

Parameters

method

the method to be invoked when the event is triggered

Meta