Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions and nested functions #104

Open
aiqc opened this issue Apr 3, 2021 · 2 comments
Open

Functions and nested functions #104

aiqc opened this issue Apr 3, 2021 · 2 comments

Comments

@aiqc
Copy link

aiqc commented Apr 3, 2021

Hi there. Does this package support serializing functions and nested functions?

@rofinn
Copy link
Member

rofinn commented Apr 3, 2021

JLSO files can support multiple serialization formats. By default, it uses Julia's base serialization format which should support serializing functions and closure objects.

@oxinabox
Copy link
Member

oxinabox commented Apr 4, 2021

The BSON backend also supports that.
Via mostly using stuff from Julia's serializer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants