Is there a way to serialize a LuaClosure? #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here I have a lua script returns a function to Java (as
LuaClosure) and I want to store it locally for furthur use. Is there any way without reload the source lua file?Typically it's like this:
Handle in Java: