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

Interpreter: Binary de-serialization: Move Schema and normalizer reloading to ContextIndex get functions #91

Open
chrisreu opened this issue Aug 8, 2014 · 0 comments
Milestone

Comments

@chrisreu
Copy link
Member

chrisreu commented Aug 8, 2014

When ContextSchema gets deserialized, there is some state-dependend data missing: The ContextType implementation and the normalizer implemetation.

Right now the Interpreter is responsible to reload those implementations after deserializing. This should happen in the Get functions of ContextSchema, just like we do it for IndexImpl.

@chrisreu chrisreu added this to the 0.4.0.0 milestone Sep 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant