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
Currently, the formula API is really painful to serialise/deserialise because the True/False objects are just anonymous singletons and the formula interface also needs special handling. Redesign the api so that it is easier to serialise or at least provide adapters/something for easier serialisation.
The text was updated successfully, but these errors were encountered:
This is being put on hold because we first need to rethink whether we actually need it.
For now, use toString() for formula serialization (it produces a valid .ctl formula) and CTLParser for deserialization.
Currently, the formula API is really painful to serialise/deserialise because the True/False objects are just anonymous singletons and the formula interface also needs special handling. Redesign the api so that it is easier to serialise or at least provide adapters/something for easier serialisation.
The text was updated successfully, but these errors were encountered: