[BUG] wrap and typed flags incorrectly mixed in serialization
Documentation says that the wrap flag when set to true:
causes the results of the query to be wrapped in an exist:result
However, for non-node types it is also incorrectly wrapping sequence values with type information.
Non-node types (and any other type) should only be wrapped in type information when the typed flag is set to true, as per the documentation:
causes the results of the query to be annotated with data type information
It would really help to get some additional information on this issue.
- Where does this issue occur?
- What are the steps to reproduce it?
@line-o As requested:
Where does this issue occur?
In the Serializer.
What are the steps to reproduce it?
Try and serialize any atomic types with variations for the values of the flags wrap and typed