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

Serializing and de-serializing #6

Open
s-p-b opened this issue Apr 28, 2024 · 1 comment
Open

Serializing and de-serializing #6

s-p-b opened this issue Apr 28, 2024 · 1 comment

Comments

@s-p-b
Copy link

s-p-b commented Apr 28, 2024

This is more a question than an issue, but I was wondering how one would go about serializing and de-serializing a set of signals, computations and effects? I am hoping to use this library in an app (specifically a Sketchup plugin) where I need to save state from one session to another. My understanding is that to do this properly, one would need to traverse the dependancy graph to do everything in the correct order. Any hints on how that might be accomplished? Thanks!

@jaredcwhite
Copy link
Member

@s-p-b That's an interesting question! I'd have to spend some time on it…part of the challenge is effects might rely on other objects being loaded which at a later date haven't yet been loaded.

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