Stephen Mallette created TINKERPOP-2363: -------------------------------------------
Summary: GraphBinary and numerics for Python Key: TINKERPOP-2363 URL: https://issues.apache.org/jira/browse/TINKERPOP-2363 Project: TinkerPop Issue Type: Improvement Components: python Affects Versions: 3.4.6 Reporter: Stephen Mallette 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. -- This message was sent by Atlassian Jira (v8.3.4#803005)