Function Module.serialize
Serializes this module, the result can be saved and later deserialized back into an executable module.
ubyte[] serialize();
Returns
null
on error. Use the Handle
property to get more details of the error, if any.