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

feat: add serialization (save/load) #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

okdistribute
Copy link

@okdistribute okdistribute commented Jan 12, 2022

This adds serialization to micromerge.

let binary = doc.save()
let copy = Micromerge.load(binary)

I had to remove the Symbol definitions because they were not serializing correctly. An alternative approach we can take, if you really do need Symbols, is to use symbol.description: https://sequoia.makes.software/two-painful-ways-to-misuse-javascripts-symbol-descriptions/, but that would have taken more work so I punted on it. Tests pass without using Symbol anyway.

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

Successfully merging this pull request may close these issues.

1 participant