After this #2017 arrays/collections are serialized in a different way.
A query like:
return a field called "properties" that is a collection of Result.
the new serializations concatenates Result.toString() in a single string.
the Result.toString() was meant for logging/output, not serialization.
AC
the resulting serialization should be useful on the client side and consistent among every type/document
After this #2017 arrays/collections are serialized in a different way.
A query like:
return a field called "properties" that is a collection of Result.
the new serializations concatenates Result.toString() in a single string.
the Result.toString() was meant for logging/output, not serialization.
AC
the resulting serialization should be useful on the client side and consistent among every type/document