Description
Running 3.6.x gremlin-python with 3.7.x gremlin-server leads to serialization errors:
return self.deserializers[DataType(bt)].objectify(buff, self, nullable)
KeyError: <DataType.custom: 0>
with or without using ReferenceElementStrategy set on the server, possibly due to a bug in how properties are being serialized and returned from Java that is not inline with the specification.