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

Serialization #47

Open
urbanslug opened this issue Jul 3, 2019 · 3 comments
Open

Serialization #47

urbanslug opened this issue Jul 3, 2019 · 3 comments

Comments

@urbanslug
Copy link

Does graph support serialization?
I'd like to write these graphs to disk and update them with time.
Is this not possible? I can't see it in the documentation.

@stchang
Copy link
Owner

stchang commented Jul 3, 2019

I don't think so, since they use structs. Are you using racket/serialize?

I think you'd have to implement your own graph instance and use prop:serializable though tbh I don't have much experience with this.

@urbanslug
Copy link
Author

Yes, I am using [racket/serialize](https://docs.racket-lang.org/reference/serialization.html) with transparent nodes for now.
My use case is quite specific so I doubt my implementation will help contribute back to this project but I will try.

@stchang
Copy link
Owner

stchang commented Jul 25, 2019

Related: #36

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

2 participants