Description
With
{P.within({1,2,3})
the GraphSON serializer produces that Set wrapped in a List which isn't consistent with Java and while it won't fail deserialization it can cause providers to miss query optimizations.
With
{P.within({1,2,3})
the GraphSON serializer produces that Set wrapped in a List which isn't consistent with Java and while it won't fail deserialization it can cause providers to miss query optimizations.