You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofContextSchema
, just like we do it forIndexImpl
.The text was updated successfully, but these errors were encountered: