Github user artem-aliev commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/778#discussion_r162065650
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java
---
@@ -305,6 +307,7 @@ public String getVersion() {
add(GryoTypeReg.of(RangeGlobalStep.RangeBiOperator.class,
114));
add(GryoTypeReg.of(OrderGlobalStep.OrderBiOperator.class, 118,
new JavaSerializer()));
add(GryoTypeReg.of(ProfileStep.ProfileBiOperator.class, 119));
+ add(GryoTypeReg.of(VertexTraverserSet.class, 173));
--- End diff --
master PR: https://github.com/apache/tinkerpop/pull/781
I have make both tp32 and tp33 ids the same. so I skipped 171,172 in tp32
---