-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.4.6
-
Fix Version/s: None
-
Component/s: python
-
Labels:None
After TINKERPOP-2360 we've started down the path of coercing python numerics to Java type ranges. GraphBinary doesn't do that and therefore switching serializers from GraphSON to GraphBinary will have the potential to result in error if the python numeric overflows the Java integer space. In addition, we don't support BigInteger serialization apparently so that remains a problem. This ticket should just sort out GraphBinary and numbers all at once.