You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/02/05 01:21:14 UTC

[tinkerpop] branch master updated: Remove gryo message tests

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 71b335f  Remove gryo message tests
71b335f is described below

commit 71b335fbcc654e51c1c2359ce54391bdcbc4e5cb
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Feb 4 20:20:16 2022 -0500

    Remove gryo message tests
    
    This should have been done when we removed the Gryo MessageSerializer. No need to maintain these tests any more. CTR
---
 docs/src/dev/developer/for-committers.asciidoc     |  19 +-
 gremlin-tools/gremlin-io-test/pom.xml              |  26 ---
 .../scripts/generate-graphson-resources.groovy     |   1 -
 .../scripts/generate-gryo-resources.groovy         |  91 ----------
 .../gremlin/structure/io/Compatibilities.java      |   3 -
 .../tinkerpop/gremlin/structure/io/Model.java      |  84 +++------
 .../structure/io/gryo/GryoCompatibility.java       | 177 ------------------
 .../io/AbstractTypedCompatibilityTest.java         |   2 +
 .../gremlin/structure/io/CompatibilitiesTest.java  |  12 +-
 .../structure/io/gryo/GryoCompatibilityTest.java   | 149 ----------------
 .../_3_2_3/manual-graphson-generator.groovy        |   1 -
 .../_3_2_4/manual-graphson-generator.groovy        |   1 -
 .../structure/io/gryo/_3_2_10/barrier-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_10/bigdecimal-v1d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_10/biginteger-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_10/binding-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_10/byte-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_10/bytebuffer-v1d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_10/bytecode-v1d0.kryo   | Bin 43 -> 0 bytes
 .../io/gryo/_3_2_10/cardinality-v1d0.kryo          |   1 -
 .../structure/io/gryo/_3_2_10/char-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_10/class-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_2_10/column-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_10/date-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_10/direction-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_10/double-v1d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_2_10/duration-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_10/edge-v1d0.kryo       | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_2_10/float-v1d0.kryo      | Bin 4 -> 0 bytes
 .../io/gryo/_3_2_10/inetaddress-v1d0.kryo          |   1 -
 .../structure/io/gryo/_3_2_10/instant-v1d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_10/integer-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_10/lambda-v1d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_2_10/localdate-v1d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_10/localdatetime-v1d0.kryo        | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_2_10/localtime-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_10/long-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_10/metrics-v1d0.kryo    | Bin 185 -> 0 bytes
 .../structure/io/gryo/_3_2_10/monthday-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_10/offsetdatetime-v1d0.kryo       | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_2_10/offsettime-v1d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_2_10/operator-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_10/order-v1d0.kryo      |   1 -
 .../gremlin/structure/io/gryo/_3_2_10/p-v1d0.kryo  | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_2_10/pand-v1d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_10/path-v1d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_2_10/period-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_10/pick-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_10/pop-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_10/por-v1d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_2_10/property-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_10/scope-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_2_10/short-v1d0.kryo      | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_10/stargraph-v1d0.kryo  | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_2_10/t-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_10/timestamp-v1d0.kryo  |   1 -
 .../io/gryo/_3_2_10/tinkergraph-v1d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_2_10/traversalmetrics-v1d0.kryo     | Bin 429 -> 0 bytes
 .../structure/io/gryo/_3_2_10/traverser-v1d0.kryo  | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_2_10/tree-v1d0.kryo       | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_2_10/uuid-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_10/vertex-v1d0.kryo     | Bin 202 -> 0 bytes
 .../io/gryo/_3_2_10/vertexproperty-v1d0.kryo       | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_10/year-v1d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_2_10/yearmonth-v1d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_10/zoneddatetime-v1d0.kryo        | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_2_10/zoneoffset-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_3/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_3/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_3/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_3/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_3/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_3/bytecode-v1d0.kryo    | Bin 46 -> 0 bytes
 .../structure/io/gryo/_3_2_3/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_3/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_3/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_2_3/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_3/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_3/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_2_3/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_3/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_2_3/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_2_3/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_3/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_3/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_2_3/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_3/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_2_3/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_3/long-v1d0.kryo        |   1 -
 .../io/gryo/_3_2_3/manual-gryo-generator.groovy    | 198 ---------------------
 .../structure/io/gryo/_3_2_3/metrics-v1d0.kryo     | Bin 187 -> 0 bytes
 .../structure/io/gryo/_3_2_3/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_3/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_2_3/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_2_3/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_3/order-v1d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_2_3/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_2_3/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_2_3/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_2_3/pop-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_3/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_3/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_3/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_3/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_2_3/t-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_3/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_2_3/traversalmetrics-v1d0.kryo      | Bin 294 -> 0 bytes
 .../structure/io/gryo/_3_2_3/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_2_3/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_2_3/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_3/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../io/gryo/_3_2_3/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_3/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_2_3/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_3/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_2_3/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_4/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_4/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_4/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_4/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_4/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_4/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_4/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_2_4/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_4/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_4/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_4/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_2_4/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_4/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_4/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_2_4/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_4/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_2_4/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_2_4/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_4/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_4/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_4/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_2_4/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_4/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_2_4/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_4/long-v1d0.kryo        |   1 -
 .../io/gryo/_3_2_4/manual-gryo-generator.groovy    | 198 ---------------------
 .../structure/io/gryo/_3_2_4/metrics-v1d0.kryo     | Bin 187 -> 0 bytes
 .../structure/io/gryo/_3_2_4/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_4/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_2_4/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_2_4/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_4/order-v1d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_2_4/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_2_4/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_4/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_2_4/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_2_4/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_2_4/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_2_4/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_4/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_4/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_4/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_2_4/t-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_4/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_4/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_2_4/traversalmetrics-v1d0.kryo      | Bin 294 -> 0 bytes
 .../structure/io/gryo/_3_2_4/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_2_4/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_2_4/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_4/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../io/gryo/_3_2_4/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_4/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_2_4/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_4/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_2_4/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_5/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_5/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_5/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_5/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_5/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_5/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_5/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_2_5/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_5/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_5/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_5/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_2_5/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_5/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_5/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_2_5/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_5/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_2_5/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_2_5/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_5/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_5/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_5/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_2_5/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_5/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_2_5/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_5/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_5/metrics-v1d0.kryo     | Bin 187 -> 0 bytes
 .../structure/io/gryo/_3_2_5/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_5/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_2_5/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_2_5/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_5/order-v1d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_2_5/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_2_5/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_5/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_2_5/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_5/pick-v1d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_2_5/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_2_5/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_2_5/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_5/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_5/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_5/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_2_5/t-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_5/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_5/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_2_5/traversalmetrics-v1d0.kryo      | Bin 294 -> 0 bytes
 .../structure/io/gryo/_3_2_5/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_2_5/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_2_5/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_5/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../io/gryo/_3_2_5/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_5/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_2_5/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_5/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_2_5/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_6/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_6/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_6/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_6/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_6/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_6/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_6/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_2_6/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_6/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_6/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_6/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_2_6/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_6/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_6/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_2_6/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_6/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_2_6/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_2_6/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_6/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_6/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_6/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_2_6/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_6/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_2_6/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_6/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_6/metrics-v1d0.kryo     | Bin 185 -> 0 bytes
 .../structure/io/gryo/_3_2_6/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_6/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_2_6/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_2_6/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_6/order-v1d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_2_6/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_2_6/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_6/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_2_6/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_6/pick-v1d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_2_6/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_2_6/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_2_6/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_6/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_6/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_6/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_2_6/t-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_6/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_6/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_2_6/traversalmetrics-v1d0.kryo      | Bin 429 -> 0 bytes
 .../structure/io/gryo/_3_2_6/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_2_6/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_2_6/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_6/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../io/gryo/_3_2_6/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_6/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_2_6/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_6/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_2_6/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_7/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_7/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_7/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_7/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_7/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_7/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_7/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_2_7/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_7/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_7/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_7/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_2_7/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_7/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_7/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_2_7/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_7/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_2_7/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_2_7/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_7/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_7/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_7/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_2_7/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_7/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_2_7/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_7/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_7/metrics-v1d0.kryo     | Bin 185 -> 0 bytes
 .../structure/io/gryo/_3_2_7/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_7/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_2_7/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_2_7/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_7/order-v1d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_2_7/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_2_7/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_7/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_2_7/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_7/pick-v1d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_2_7/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_2_7/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_2_7/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_7/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_7/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_7/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_2_7/t-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_7/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_7/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_2_7/traversalmetrics-v1d0.kryo      | Bin 429 -> 0 bytes
 .../structure/io/gryo/_3_2_7/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_2_7/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_2_7/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_7/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../io/gryo/_3_2_7/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_7/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_2_7/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_7/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_2_7/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_8/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_8/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_8/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_8/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_8/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_8/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_8/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_2_8/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_8/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_8/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_8/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_2_8/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_8/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_8/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_2_8/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_8/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_2_8/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_2_8/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_8/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_8/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_8/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_2_8/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_8/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_2_8/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_8/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_8/metrics-v1d0.kryo     | Bin 185 -> 0 bytes
 .../structure/io/gryo/_3_2_8/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_8/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_2_8/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_2_8/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_8/order-v1d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_2_8/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_2_8/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_8/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_2_8/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_8/pick-v1d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_2_8/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_2_8/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_2_8/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_8/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_8/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_8/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_2_8/t-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_8/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_8/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_2_8/traversalmetrics-v1d0.kryo      | Bin 429 -> 0 bytes
 .../structure/io/gryo/_3_2_8/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_2_8/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_2_8/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_8/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../io/gryo/_3_2_8/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_8/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_2_8/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_8/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_2_8/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_9/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_9/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_9/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_2_9/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_9/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_9/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_9/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_2_9/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_9/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_9/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_9/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_2_9/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_9/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_9/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_2_9/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_9/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_2_9/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_2_9/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_2_9/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_9/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_2_9/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_2_9/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_9/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_2_9/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_2_9/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_9/metrics-v1d0.kryo     | Bin 185 -> 0 bytes
 .../structure/io/gryo/_3_2_9/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_9/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_2_9/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_2_9/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_9/order-v1d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_2_9/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_2_9/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_2_9/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_2_9/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_2_9/pick-v1d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_2_9/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_2_9/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_2_9/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_2_9/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_2_9/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_2_9/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_2_9/t-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_9/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_2_9/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_2_9/traversalmetrics-v1d0.kryo      | Bin 429 -> 0 bytes
 .../structure/io/gryo/_3_2_9/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_2_9/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_2_9/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_2_9/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../io/gryo/_3_2_9/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_2_9/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_2_9/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_2_9/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_2_9/zoneoffset-v1d0.kryo  |   1 -
 .../gryo/_3_3_0/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_3_0/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_0/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_0/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_0/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_0/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_0/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_0/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_0/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_0/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_0/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_0/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_0/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_0/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_0/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_0/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_0/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_0/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_0/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_0/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_0/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_0/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_0/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_0/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_0/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_0/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_0/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_0/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_0/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_0/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_0/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_0/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_0/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_0/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_0/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_0/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_0/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_0/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_0/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_0/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_0/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_0/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_0/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_0/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_0/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_0/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_0/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_0/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_0/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_0/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_0/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_0/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_0/metrics-v1d0.kryo     | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_0/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_0/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_0/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_0/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_0/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_0/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_0/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_0/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_0/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_0/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_0/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_3_0/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_0/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_0/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_0/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_0/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_0/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_0/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_0/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_0/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_0/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_0/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_0/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_0/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_0/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_0/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_0/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_0/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_0/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_3_0/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_0/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_3_0/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_3_0/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_3_0/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_0/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_0/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_0/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_0/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_0/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_0/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_0/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_0/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_0/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_0/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_3_0/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_0/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_0/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_0/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_0/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_0/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_0/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_0/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_0/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_0/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_0/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_0/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_0/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_0/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_0/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_0/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_0/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_0/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_0/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_0/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_0/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_3_1/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_3_1/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_1/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_1/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_1/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_1/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_1/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_1/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_1/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_1/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_1/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_1/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_1/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_1/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_1/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_1/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_1/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_1/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_1/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_1/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_1/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_1/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_1/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_1/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_1/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_1/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_1/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_1/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_1/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_1/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_1/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_1/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_1/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_1/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_1/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_1/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_1/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_1/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_1/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_1/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_1/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_1/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_1/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_1/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_1/list-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_1/list-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_1/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_1/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_1/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_1/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_1/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_1/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_1/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_1/long-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_1/map-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_1/map-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_1/metrics-v1d0.kryo     | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_1/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_1/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_1/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_1/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_1/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_1/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_1/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_1/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_1/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_1/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_1/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_3_1/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_1/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_1/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_1/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_1/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_1/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_1/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_1/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_1/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_1/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_1/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_1/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_1/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_1/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_1/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_1/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_1/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_1/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_3_1/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_1/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_3_1/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_3_1/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_3_1/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_1/set-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_1/set-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_1/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_1/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_1/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_1/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_1/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_1/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_1/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_1/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_1/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_1/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_3_1/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_1/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_1/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_1/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_1/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_1/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_1/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_1/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_1/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_1/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_1/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_1/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_1/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_1/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_1/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_1/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_1/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_1/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_1/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_1/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_1/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_3_10/authenticationchallenge-v3d0.kryo | Bin 26 -> 0 bytes
 .../gryo/_3_3_10/authenticationresponse-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_10/barrier-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_10/barrier-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_10/bigdecimal-v1d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_10/bigdecimal-v3d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_10/biginteger-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_10/biginteger-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_10/binding-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_10/binding-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_10/byte-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_10/byte-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_10/bytebuffer-v1d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_10/bytebuffer-v3d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_10/bytecode-v1d0.kryo   | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_10/bytecode-v3d0.kryo   | Bin 43 -> 0 bytes
 .../io/gryo/_3_3_10/cardinality-v1d0.kryo          |   1 -
 .../io/gryo/_3_3_10/cardinality-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_10/char-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_10/char-v3d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_10/class-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_10/class-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_10/column-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_10/column-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_10/date-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_10/date-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_10/direction-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_10/direction-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_10/double-v1d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_10/double-v3d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_10/duration-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_10/duration-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_10/edge-v1d0.kryo       | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_10/edge-v3d0.kryo       | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_10/float-v1d0.kryo      | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_10/float-v3d0.kryo      | Bin 4 -> 0 bytes
 .../io/gryo/_3_3_10/inetaddress-v1d0.kryo          |   1 -
 .../io/gryo/_3_3_10/inetaddress-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_10/instant-v1d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_10/instant-v3d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_10/integer-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_10/integer-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_10/lambda-v1d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_10/lambda-v3d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_10/localdate-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_10/localdate-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_10/localdatetime-v1d0.kryo        | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_10/localdatetime-v3d0.kryo        | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_10/localtime-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_10/localtime-v3d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_10/long-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_10/long-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_10/metrics-v1d0.kryo    | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_10/metrics-v3d0.kryo    | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_10/monthday-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_10/monthday-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_10/offsetdatetime-v1d0.kryo       | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_10/offsetdatetime-v3d0.kryo       | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_10/offsettime-v1d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_10/offsettime-v3d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_10/operator-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_10/operator-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_10/order-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_10/order-v3d0.kryo      |   1 -
 .../gremlin/structure/io/gryo/_3_3_10/p-v1d0.kryo  | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_10/p-v3d0.kryo  | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_10/pand-v1d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_10/pand-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_10/path-v1d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_10/path-v3d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_10/period-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_10/period-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_10/pick-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_10/pick-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_10/pop-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_10/pop-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_10/por-v1d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_10/por-v3d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_10/property-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_10/property-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_10/pwithin-v1d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_10/pwithin-v3d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_10/pwithout-v1d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_10/pwithout-v3d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_10/scope-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_10/scope-v3d0.kryo      |   1 -
 .../io/gryo/_3_3_10/sessionclose-v3d0.kryo         |   1 -
 .../io/gryo/_3_3_10/sessioneval-v3d0.kryo          |   1 -
 .../io/gryo/_3_3_10/sessionevalaliased-v3d0.kryo   |   1 -
 .../io/gryo/_3_3_10/sessionlesseval-v3d0.kryo      |   1 -
 .../gryo/_3_3_10/sessionlessevalaliased-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_10/short-v1d0.kryo      | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_10/short-v3d0.kryo      | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_10/standardresult-v3d0.kryo       | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_10/stargraph-v1d0.kryo  | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_10/stargraph-v3d0.kryo  | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_10/t-v1d0.kryo  |   1 -
 .../gremlin/structure/io/gryo/_3_3_10/t-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_10/timestamp-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_10/timestamp-v3d0.kryo  |   1 -
 .../io/gryo/_3_3_10/tinkergraph-v1d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_10/tinkergraph-v3d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_10/traversalmetrics-v1d0.kryo     | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_10/traversalmetrics-v3d0.kryo     | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_10/traverser-v1d0.kryo  | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_10/traverser-v3d0.kryo  | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_10/tree-v1d0.kryo       | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_10/tree-v3d0.kryo       | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_10/uuid-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_10/uuid-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_10/vertex-v1d0.kryo     | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_10/vertex-v3d0.kryo     | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_10/vertexproperty-v1d0.kryo       | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_10/vertexproperty-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_10/year-v1d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_10/year-v3d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_10/yearmonth-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_10/yearmonth-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_10/zoneddatetime-v1d0.kryo        | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_10/zoneddatetime-v3d0.kryo        | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_10/zoneoffset-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_10/zoneoffset-v3d0.kryo |   1 -
 .../gryo/_3_3_11/authenticationchallenge-v3d0.kryo | Bin 26 -> 0 bytes
 .../gryo/_3_3_11/authenticationresponse-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_11/barrier-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_11/barrier-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_11/bigdecimal-v1d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_11/bigdecimal-v3d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_11/biginteger-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_11/biginteger-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_11/binding-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_11/binding-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_11/byte-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_11/byte-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_11/bytebuffer-v1d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_11/bytebuffer-v3d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_11/bytecode-v1d0.kryo   | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_11/bytecode-v3d0.kryo   | Bin 43 -> 0 bytes
 .../io/gryo/_3_3_11/cardinality-v1d0.kryo          |   1 -
 .../io/gryo/_3_3_11/cardinality-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_11/char-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_11/char-v3d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_11/class-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_11/class-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_11/column-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_11/column-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_11/date-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_11/date-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_11/direction-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_11/direction-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_11/double-v1d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_11/double-v3d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_11/duration-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_11/duration-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_11/edge-v1d0.kryo       | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_11/edge-v3d0.kryo       | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_11/float-v1d0.kryo      | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_11/float-v3d0.kryo      | Bin 4 -> 0 bytes
 .../io/gryo/_3_3_11/inetaddress-v1d0.kryo          |   1 -
 .../io/gryo/_3_3_11/inetaddress-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_11/instant-v1d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_11/instant-v3d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_11/integer-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_11/integer-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_11/lambda-v1d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_11/lambda-v3d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_11/localdate-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_11/localdate-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_11/localdatetime-v1d0.kryo        | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_11/localdatetime-v3d0.kryo        | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_11/localtime-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_11/localtime-v3d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_11/long-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_11/long-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_11/metrics-v1d0.kryo    | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_11/metrics-v3d0.kryo    | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_11/monthday-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_11/monthday-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_11/offsetdatetime-v1d0.kryo       | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_11/offsetdatetime-v3d0.kryo       | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_11/offsettime-v1d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_11/offsettime-v3d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_11/operator-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_11/operator-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_11/order-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_11/order-v3d0.kryo      |   1 -
 .../gremlin/structure/io/gryo/_3_3_11/p-v1d0.kryo  | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_11/p-v3d0.kryo  | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_11/pand-v1d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_11/pand-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_11/path-v1d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_11/path-v3d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_11/period-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_11/period-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_11/pick-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_11/pick-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_11/pop-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_11/pop-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_11/por-v1d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_11/por-v3d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_11/property-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_11/property-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_11/pwithin-v1d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_11/pwithin-v3d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_11/pwithout-v1d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_11/pwithout-v3d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_11/scope-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_11/scope-v3d0.kryo      |   1 -
 .../io/gryo/_3_3_11/sessionclose-v3d0.kryo         |   1 -
 .../io/gryo/_3_3_11/sessioneval-v3d0.kryo          |   1 -
 .../io/gryo/_3_3_11/sessionevalaliased-v3d0.kryo   |   1 -
 .../io/gryo/_3_3_11/sessionlesseval-v3d0.kryo      |   1 -
 .../gryo/_3_3_11/sessionlessevalaliased-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_11/short-v1d0.kryo      | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_11/short-v3d0.kryo      | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_11/standardresult-v3d0.kryo       | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_11/stargraph-v1d0.kryo  | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_11/stargraph-v3d0.kryo  | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_11/t-v1d0.kryo  |   1 -
 .../gremlin/structure/io/gryo/_3_3_11/t-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_11/timestamp-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_11/timestamp-v3d0.kryo  |   1 -
 .../io/gryo/_3_3_11/tinkergraph-v1d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_11/tinkergraph-v3d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_11/traversalmetrics-v1d0.kryo     | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_11/traversalmetrics-v3d0.kryo     | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_11/traverser-v1d0.kryo  | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_11/traverser-v3d0.kryo  | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_11/tree-v1d0.kryo       | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_11/tree-v3d0.kryo       | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_11/uuid-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_11/uuid-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_11/vertex-v1d0.kryo     | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_11/vertex-v3d0.kryo     | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_11/vertexproperty-v1d0.kryo       | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_11/vertexproperty-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_11/year-v1d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_11/year-v3d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_11/yearmonth-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_11/yearmonth-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_11/zoneddatetime-v1d0.kryo        | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_11/zoneddatetime-v3d0.kryo        | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_11/zoneoffset-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_11/zoneoffset-v3d0.kryo |   1 -
 .../gryo/_3_3_2/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_3_2/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_2/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_2/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_2/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_2/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_2/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_2/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_2/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_2/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_2/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_2/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_2/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_2/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_2/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_2/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_2/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_2/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_2/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_2/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_2/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_2/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_2/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_2/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_2/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_2/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_2/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_2/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_2/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_2/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_2/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_2/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_2/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_2/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_2/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_2/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_2/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_2/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_2/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_2/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_2/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_2/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_2/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_2/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_2/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_2/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_2/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_2/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_2/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_2/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_2/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_2/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_2/metrics-v1d0.kryo     | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_2/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_2/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_2/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_2/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_2/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_2/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_2/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_2/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_2/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_2/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_2/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_3_2/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_2/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_2/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_2/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_2/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_2/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_2/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_2/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_2/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_2/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_2/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_2/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_2/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_2/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_2/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_2/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_2/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_2/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_2/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_2/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_2/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_2/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_3_2/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_2/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_3_2/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_3_2/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_3_2/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_2/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_2/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_2/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_2/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_2/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_2/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_2/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_2/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_2/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_2/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_3_2/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_2/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_2/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_2/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_2/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_2/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_2/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_2/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_2/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_2/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_2/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_2/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_2/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_2/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_2/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_2/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_2/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_2/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_2/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_2/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_2/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_3_3/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_3_3/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_3/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_3/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_3/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_3/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_3/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_3/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_3/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_3/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_3/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_3/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_3/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_3/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_3/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_3/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_3/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_3/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_3/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_3/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_3/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_3/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_3/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_3/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_3/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_3/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_3/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_3/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_3/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_3/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_3/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_3/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_3/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_3/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_3/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_3/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_3/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_3/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_3/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_3/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_3/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_3/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_3/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_3/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_3/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_3/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_3/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_3/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_3/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_3/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_3/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_3/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_3/metrics-v1d0.kryo     | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_3/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_3/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_3/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_3/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_3/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_3/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_3/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_3/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_3/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_3/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_3/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_3_3/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_3/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_3/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_3/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_3/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_3/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_3/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_3/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_3/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_3/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_3/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_3/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_3/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_3/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_3/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_3/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_3/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_3/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_3/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_3/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_3/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_3/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_3_3/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_3/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_3_3/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_3_3/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_3_3/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_3/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_3/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_3/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_3/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_3/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_3/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_3/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_3/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_3/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_3/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_3_3/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_3/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_3/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_3/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_3/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_3/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_3/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_3/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_3/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_3/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_3/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_3/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_3/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_3/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_3/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_3/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_3/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_3/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_3/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_3/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_3/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_3_4/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_3_4/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_4/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_4/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_4/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_4/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_4/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_4/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_4/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_4/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_4/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_4/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_4/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_4/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_4/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_4/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_4/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_4/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_4/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_4/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_4/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_4/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_4/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_4/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_4/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_4/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_4/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_4/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_4/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_4/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_4/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_4/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_4/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_4/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_4/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_4/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_4/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_4/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_4/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_4/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_4/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_4/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_4/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_4/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_4/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_4/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_4/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_4/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_4/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_4/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_4/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_4/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_4/metrics-v1d0.kryo     | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_4/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_4/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_4/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_4/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_4/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_4/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_4/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_4/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_4/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_4/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_4/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_3_4/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_4/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_4/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_4/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_4/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_4/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_4/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_4/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_4/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_4/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_4/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_4/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_4/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_4/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_4/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_4/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_4/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_4/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_4/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_4/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_4/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_4/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_3_4/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_4/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_3_4/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_3_4/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_3_4/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_4/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_4/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_4/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_4/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_4/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_4/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_4/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_4/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_4/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_4/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_3_4/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_4/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_4/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_4/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_4/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_4/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_4/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_4/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_4/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_4/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_4/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_4/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_4/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_4/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_4/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_4/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_4/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_4/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_4/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_4/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_4/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_3_5/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_3_5/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_5/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_5/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_5/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_5/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_5/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_5/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_5/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_5/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_5/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_5/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_5/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_5/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_5/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_5/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_5/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_5/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_5/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_5/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_5/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_5/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_5/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_5/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_5/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_5/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_5/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_5/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_5/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_5/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_5/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_5/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_5/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_5/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_5/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_5/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_5/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_5/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_5/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_5/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_5/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_5/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_5/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_5/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_5/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_5/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_5/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_5/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_5/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_5/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_5/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_5/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_5/metrics-v1d0.kryo     | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_5/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_5/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_5/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_5/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_5/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_5/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_5/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_5/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_5/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_5/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_5/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_3_5/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_5/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_5/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_5/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_5/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_5/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_5/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_5/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_5/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_5/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_5/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_5/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_5/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_5/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_5/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_5/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_5/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_5/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_5/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_5/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_5/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_5/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_3_5/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_5/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_3_5/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_3_5/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_3_5/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_5/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_5/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_5/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_5/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_5/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_5/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_5/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_5/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_5/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_5/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_3_5/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_5/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_5/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_5/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_5/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_5/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_5/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_5/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_5/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_5/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_5/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_5/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_5/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_5/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_5/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_5/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_5/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_5/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_5/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_5/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_5/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_3_6/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_3_6/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_6/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_6/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_6/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_6/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_6/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_6/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_6/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_6/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_6/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_6/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_6/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_6/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_6/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_6/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_6/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_6/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_6/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_6/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_6/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_6/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_6/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_6/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_6/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_6/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_6/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_6/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_6/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_6/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_6/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_6/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_6/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_6/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_6/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_6/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_6/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_6/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_6/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_6/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_6/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_6/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_6/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_6/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_6/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_6/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_6/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_6/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_6/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_6/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_6/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_6/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_6/metrics-v1d0.kryo     | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_6/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_6/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_6/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_6/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_6/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_6/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_6/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_6/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_6/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_6/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_6/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_3_6/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_6/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_6/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_6/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_6/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_6/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_6/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_6/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_6/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_6/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_6/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_6/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_6/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_6/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_6/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_6/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_6/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_6/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_6/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_6/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_6/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_6/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_3_6/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_6/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_3_6/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_3_6/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_3_6/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_6/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_6/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_6/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_6/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_6/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_6/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_6/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_6/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_6/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_6/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_3_6/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_6/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_6/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_6/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_6/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_6/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_6/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_6/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_6/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_6/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_6/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_6/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_6/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_6/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_6/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_6/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_6/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_6/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_6/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_6/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_6/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_3_7/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_3_7/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_7/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_7/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_7/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_7/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_7/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_7/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_7/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_7/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_7/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_7/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_7/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_7/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_7/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_7/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_7/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_7/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_7/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_7/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_7/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_7/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_7/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_7/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_7/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_7/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_7/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_7/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_7/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_7/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_7/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_7/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_7/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_7/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_7/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_7/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_7/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_7/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_7/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_7/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_7/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_7/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_7/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_7/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_7/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_7/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_7/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_7/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_7/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_7/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_7/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_7/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_7/metrics-v1d0.kryo     | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_7/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_7/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_7/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_7/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_7/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_7/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_7/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_7/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_7/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_7/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_7/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_3_7/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_7/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_7/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_7/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_7/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_7/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_7/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_7/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_7/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_7/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_7/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_7/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_7/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_7/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_7/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_7/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_7/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_7/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_7/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_7/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_7/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_7/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_3_7/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_7/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_3_7/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_3_7/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_3_7/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_7/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_7/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_7/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_7/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_7/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_7/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_7/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_7/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_7/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_7/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_3_7/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_7/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_7/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_7/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_7/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_7/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_7/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_7/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_7/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_7/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_7/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_7/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_7/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_7/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_7/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_7/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_7/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_7/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_7/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_7/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_7/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_3_8/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_3_8/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_8/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_8/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_8/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_8/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_8/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_8/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_8/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_8/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_8/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_8/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_8/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_8/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_8/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_8/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_8/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_8/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_8/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_8/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_8/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_8/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_8/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_8/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_8/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_8/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_8/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_8/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_8/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_8/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_8/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_8/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_8/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_8/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_8/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_8/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_8/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_8/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_8/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_8/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_8/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_8/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_8/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_8/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_8/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_8/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_8/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_8/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_8/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_8/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_8/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_8/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_8/metrics-v1d0.kryo     | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_8/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_8/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_8/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_8/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_8/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_8/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_8/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_8/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_8/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_8/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_8/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_3_8/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_8/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_8/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_8/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_8/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_8/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_8/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_8/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_8/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_8/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_8/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_8/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_8/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_8/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_8/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_8/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_8/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_8/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_8/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_8/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_8/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_8/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_3_8/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_8/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_3_8/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_3_8/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_3_8/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_8/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_8/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_8/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_8/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_8/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_8/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_8/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_8/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_8/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_8/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_3_8/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_8/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_8/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_8/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_8/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_8/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_8/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_8/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_8/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_8/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_8/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_8/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_8/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_8/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_8/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_8/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_8/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_8/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_8/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_8/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_8/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_3_9/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_3_9/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_9/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_9/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_9/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_9/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_3_9/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_9/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_9/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_9/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_9/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_9/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_9/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_9/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_9/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_9/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_3_9/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_9/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_9/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_9/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_9/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_9/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_9/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_9/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_3_9/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_9/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_9/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_9/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_9/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_9/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_3_9/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_9/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_9/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_3_9/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_3_9/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_9/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_3_9/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_3_9/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_3_9/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_9/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_9/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_9/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_3_9/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_9/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_3_9/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_9/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_9/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_3_9/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_3_9/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_9/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_9/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_9/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_9/metrics-v1d0.kryo     | Bin 193 -> 0 bytes
 .../structure/io/gryo/_3_3_9/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_3_9/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_9/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_9/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_3_9/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_3_9/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_9/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_9/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_9/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_9/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_9/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_3_9/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_9/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_3_9/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_9/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_9/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_9/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_3_9/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_9/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_3_9/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_9/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_3_9/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_9/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_3_9/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_9/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_3_9/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_9/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_3_9/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_9/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_3_9/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_9/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_3_9/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_3_9/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_3_9/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_3_9/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_3_9/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_3_9/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_3_9/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_9/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_3_9/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_3_9/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_3_9/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_3_9/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_3_9/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_3_9/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_9/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_9/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_3_9/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_3_9/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_3_9/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_3_9/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_3_9/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_3_9/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_3_9/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_3_9/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_3_9/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_9/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_3_9/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_3_9/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_3_9/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_3_9/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_3_9/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_9/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_3_9/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_3_9/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_3_9/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_3_9/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_3_9/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_3_9/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_4_0/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_4_0/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_0/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_0/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_0/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_0/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_0/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_0/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_0/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_0/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_0/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_0/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_0/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_0/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_0/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_0/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_0/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_0/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_0/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_0/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_0/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_0/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_0/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_0/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_0/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_0/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_0/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_0/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_0/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_0/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_0/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_0/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_0/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_0/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_0/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_0/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_0/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_0/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_0/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_0/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_0/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_0/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_0/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_0/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_0/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_0/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_0/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_0/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_0/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_0/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_0/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_0/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_0/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_0/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_0/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_0/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_0/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_0/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_0/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_0/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_0/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_0/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_0/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_0/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_0/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_0/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_4_0/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_0/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_0/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_0/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_0/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_0/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_0/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_0/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_0/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_0/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_4_0/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_0/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_0/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_0/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_0/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_0/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_0/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_0/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_0/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_0/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_0/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_0/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_4_0/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_0/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_4_0/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_4_0/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_4_0/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_0/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_0/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_0/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_0/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_0/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_0/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_4_0/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_0/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_0/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_0/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_0/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_0/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_4_0/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_0/traversalmetrics-v1d0.kryo      | Bin 455 -> 0 bytes
 .../io/gryo/_3_4_0/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_0/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_0/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_0/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_0/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_0/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_0/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_0/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_0/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_0/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_0/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_0/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_0/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_0/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_0/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_0/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_0/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_0/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_0/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_4_1/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_4_1/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_1/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_1/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_1/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_1/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_1/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_1/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_1/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_1/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_1/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_1/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_1/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_1/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_1/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_1/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_1/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_1/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_1/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_1/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_1/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_1/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_1/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_1/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_1/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_1/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_1/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_1/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_1/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_1/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_1/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_1/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_1/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_1/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_1/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_1/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_1/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_1/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_1/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_1/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_1/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_1/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_1/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_1/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_1/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_1/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_1/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_1/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_1/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_1/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_1/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_1/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_1/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_1/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_1/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_1/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_1/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_1/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_1/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_1/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_1/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_1/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_1/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_1/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_1/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_1/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_4_1/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_1/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_1/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_1/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_1/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_1/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_1/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_1/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_1/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_1/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_4_1/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_1/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_1/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_1/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_1/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_1/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_1/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_1/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_1/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_1/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_1/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_1/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_4_1/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_1/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_4_1/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_4_1/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_4_1/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_1/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_1/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_1/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_1/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_1/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_1/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_4_1/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_1/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_1/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_1/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_1/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_1/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_4_1/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_1/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_1/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_1/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_1/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_1/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_1/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_1/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_1/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_1/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_1/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_1/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_1/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_1/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_1/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_1/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_1/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_1/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_1/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_1/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_1/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_4_10/authenticationchallenge-v3d0.kryo | Bin 26 -> 0 bytes
 .../gryo/_3_4_10/authenticationresponse-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_10/barrier-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_10/barrier-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_10/bigdecimal-v1d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_10/bigdecimal-v3d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_10/biginteger-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_10/biginteger-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_10/binding-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_10/binding-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_10/bulkset-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_10/bulkset-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_10/byte-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_10/byte-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_10/bytebuffer-v1d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_10/bytebuffer-v3d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_10/bytecode-v1d0.kryo   | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_10/bytecode-v3d0.kryo   | Bin 43 -> 0 bytes
 .../io/gryo/_3_4_10/cardinality-v1d0.kryo          |   1 -
 .../io/gryo/_3_4_10/cardinality-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_10/char-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_10/char-v3d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_10/class-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_10/class-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_10/column-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_10/column-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_10/date-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_10/date-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_10/direction-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_10/direction-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_10/double-v1d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_10/double-v3d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_10/duration-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_10/duration-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_10/edge-v1d0.kryo       | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_10/edge-v3d0.kryo       | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_10/float-v1d0.kryo      | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_10/float-v3d0.kryo      | Bin 4 -> 0 bytes
 .../io/gryo/_3_4_10/inetaddress-v1d0.kryo          |   1 -
 .../io/gryo/_3_4_10/inetaddress-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_10/instant-v1d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_10/instant-v3d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_10/integer-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_10/integer-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_10/lambda-v1d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_10/lambda-v3d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_10/localdate-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_10/localdate-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_10/localdatetime-v1d0.kryo        | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_10/localdatetime-v3d0.kryo        | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_10/localtime-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_10/localtime-v3d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_10/long-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_10/long-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_10/metrics-v1d0.kryo    | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_10/metrics-v3d0.kryo    | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_10/monthday-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_10/monthday-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_10/offsetdatetime-v1d0.kryo       | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_10/offsetdatetime-v3d0.kryo       | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_10/offsettime-v1d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_10/offsettime-v3d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_10/operator-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_10/operator-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_10/order-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_10/order-v3d0.kryo      |   1 -
 .../gremlin/structure/io/gryo/_3_4_10/p-v1d0.kryo  | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_10/p-v3d0.kryo  | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_10/pand-v1d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_10/pand-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_10/path-v1d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_10/path-v3d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_10/period-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_10/period-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_10/pick-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_10/pick-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_10/pop-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_10/pop-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_10/por-v1d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_10/por-v3d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_10/property-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_10/property-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_10/pwithin-v1d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_10/pwithin-v3d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_10/pwithout-v1d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_10/pwithout-v3d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_10/scope-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_10/scope-v3d0.kryo      |   1 -
 .../io/gryo/_3_4_10/sessionclose-v3d0.kryo         |   1 -
 .../io/gryo/_3_4_10/sessioneval-v3d0.kryo          |   1 -
 .../io/gryo/_3_4_10/sessionevalaliased-v3d0.kryo   |   1 -
 .../io/gryo/_3_4_10/sessionlesseval-v3d0.kryo      |   1 -
 .../gryo/_3_4_10/sessionlessevalaliased-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_10/short-v1d0.kryo      | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_10/short-v3d0.kryo      | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_10/standardresult-v3d0.kryo       | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_10/stargraph-v1d0.kryo  | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_10/stargraph-v3d0.kryo  | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_10/t-v1d0.kryo  |   1 -
 .../gremlin/structure/io/gryo/_3_4_10/t-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_10/textp-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_10/textp-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_10/timestamp-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_10/timestamp-v3d0.kryo  |   1 -
 .../io/gryo/_3_4_10/tinkergraph-v1d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_10/tinkergraph-v3d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_10/traversalmetrics-v1d0.kryo     | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_10/traversalmetrics-v3d0.kryo     | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_10/traverser-v1d0.kryo  | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_10/traverser-v3d0.kryo  | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_10/tree-v1d0.kryo       | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_10/tree-v3d0.kryo       | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_10/uuid-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_10/uuid-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_10/vertex-v1d0.kryo     | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_10/vertex-v3d0.kryo     | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_10/vertexproperty-v1d0.kryo       | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_10/vertexproperty-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_10/year-v1d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_10/year-v3d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_10/yearmonth-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_10/yearmonth-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_10/zoneddatetime-v1d0.kryo        | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_10/zoneddatetime-v3d0.kryo        | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_10/zoneoffset-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_10/zoneoffset-v3d0.kryo |   1 -
 .../gryo/_3_4_11/authenticationchallenge-v3d0.kryo | Bin 26 -> 0 bytes
 .../gryo/_3_4_11/authenticationresponse-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_11/barrier-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_11/barrier-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_11/bigdecimal-v1d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_11/bigdecimal-v3d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_11/biginteger-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_11/biginteger-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_11/binding-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_11/binding-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_11/bulkset-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_11/bulkset-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_11/byte-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_11/byte-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_11/bytebuffer-v1d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_11/bytebuffer-v3d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_11/bytecode-v1d0.kryo   | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_11/bytecode-v3d0.kryo   | Bin 43 -> 0 bytes
 .../io/gryo/_3_4_11/cardinality-v1d0.kryo          |   1 -
 .../io/gryo/_3_4_11/cardinality-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_11/char-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_11/char-v3d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_11/class-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_11/class-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_11/column-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_11/column-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_11/date-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_11/date-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_11/direction-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_11/direction-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_11/double-v1d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_11/double-v3d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_11/duration-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_11/duration-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_11/edge-v1d0.kryo       | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_11/edge-v3d0.kryo       | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_11/float-v1d0.kryo      | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_11/float-v3d0.kryo      | Bin 4 -> 0 bytes
 .../io/gryo/_3_4_11/inetaddress-v1d0.kryo          |   1 -
 .../io/gryo/_3_4_11/inetaddress-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_11/instant-v1d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_11/instant-v3d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_11/integer-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_11/integer-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_11/lambda-v1d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_11/lambda-v3d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_11/localdate-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_11/localdate-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_11/localdatetime-v1d0.kryo        | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_11/localdatetime-v3d0.kryo        | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_11/localtime-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_11/localtime-v3d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_11/long-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_11/long-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_11/metrics-v1d0.kryo    | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_11/metrics-v3d0.kryo    | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_11/monthday-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_11/monthday-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_11/offsetdatetime-v1d0.kryo       | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_11/offsetdatetime-v3d0.kryo       | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_11/offsettime-v1d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_11/offsettime-v3d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_11/operator-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_11/operator-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_11/order-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_11/order-v3d0.kryo      |   1 -
 .../gremlin/structure/io/gryo/_3_4_11/p-v1d0.kryo  | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_11/p-v3d0.kryo  | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_11/pand-v1d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_11/pand-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_11/path-v1d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_11/path-v3d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_11/period-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_11/period-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_11/pick-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_11/pick-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_11/pop-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_11/pop-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_11/por-v1d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_11/por-v3d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_11/property-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_11/property-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_11/pwithin-v1d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_11/pwithin-v3d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_11/pwithout-v1d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_11/pwithout-v3d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_11/scope-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_11/scope-v3d0.kryo      |   1 -
 .../io/gryo/_3_4_11/sessionclose-v3d0.kryo         |   1 -
 .../io/gryo/_3_4_11/sessioneval-v3d0.kryo          |   1 -
 .../io/gryo/_3_4_11/sessionevalaliased-v3d0.kryo   |   1 -
 .../io/gryo/_3_4_11/sessionlesseval-v3d0.kryo      |   1 -
 .../gryo/_3_4_11/sessionlessevalaliased-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_11/short-v1d0.kryo      | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_11/short-v3d0.kryo      | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_11/standardresult-v3d0.kryo       | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_11/stargraph-v1d0.kryo  | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_11/stargraph-v3d0.kryo  | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_11/t-v1d0.kryo  |   1 -
 .../gremlin/structure/io/gryo/_3_4_11/t-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_11/textp-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_11/textp-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_11/timestamp-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_11/timestamp-v3d0.kryo  |   1 -
 .../io/gryo/_3_4_11/tinkergraph-v1d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_11/tinkergraph-v3d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_11/traversalmetrics-v1d0.kryo     | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_11/traversalmetrics-v3d0.kryo     | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_11/traverser-v1d0.kryo  | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_11/traverser-v3d0.kryo  | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_11/tree-v1d0.kryo       | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_11/tree-v3d0.kryo       | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_11/uuid-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_11/uuid-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_11/vertex-v1d0.kryo     | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_11/vertex-v3d0.kryo     | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_11/vertexproperty-v1d0.kryo       | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_11/vertexproperty-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_11/year-v1d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_11/year-v3d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_11/yearmonth-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_11/yearmonth-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_11/zoneddatetime-v1d0.kryo        | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_11/zoneddatetime-v3d0.kryo        | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_11/zoneoffset-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_11/zoneoffset-v3d0.kryo |   1 -
 .../gryo/_3_4_12/authenticationchallenge-v3d0.kryo | Bin 26 -> 0 bytes
 .../gryo/_3_4_12/authenticationresponse-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_12/barrier-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_12/barrier-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_12/bigdecimal-v1d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_12/bigdecimal-v3d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_12/biginteger-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_12/biginteger-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_12/binding-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_12/binding-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_12/bulkset-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_12/bulkset-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_12/byte-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_12/byte-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_12/bytebuffer-v1d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_12/bytebuffer-v3d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_12/bytecode-v1d0.kryo   | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_12/bytecode-v3d0.kryo   | Bin 43 -> 0 bytes
 .../io/gryo/_3_4_12/cardinality-v1d0.kryo          |   1 -
 .../io/gryo/_3_4_12/cardinality-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_12/char-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_12/char-v3d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_12/class-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_12/class-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_12/column-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_12/column-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_12/date-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_12/date-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_12/direction-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_12/direction-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_12/double-v1d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_12/double-v3d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_12/duration-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_12/duration-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_12/edge-v1d0.kryo       | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_12/edge-v3d0.kryo       | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_12/float-v1d0.kryo      | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_12/float-v3d0.kryo      | Bin 4 -> 0 bytes
 .../io/gryo/_3_4_12/inetaddress-v1d0.kryo          |   1 -
 .../io/gryo/_3_4_12/inetaddress-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_12/instant-v1d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_12/instant-v3d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_12/integer-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_12/integer-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_12/lambda-v1d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_12/lambda-v3d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_12/localdate-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_12/localdate-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_12/localdatetime-v1d0.kryo        | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_12/localdatetime-v3d0.kryo        | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_12/localtime-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_12/localtime-v3d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_12/long-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_12/long-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_12/metrics-v1d0.kryo    | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_12/metrics-v3d0.kryo    | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_12/monthday-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_12/monthday-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_12/offsetdatetime-v1d0.kryo       | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_12/offsetdatetime-v3d0.kryo       | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_12/offsettime-v1d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_12/offsettime-v3d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_12/operator-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_12/operator-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_12/order-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_12/order-v3d0.kryo      |   1 -
 .../gremlin/structure/io/gryo/_3_4_12/p-v1d0.kryo  | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_12/p-v3d0.kryo  | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_12/pand-v1d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_12/pand-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_12/path-v1d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_12/path-v3d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_12/period-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_12/period-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_12/pick-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_12/pick-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_12/pop-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_12/pop-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_12/por-v1d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_12/por-v3d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_12/property-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_12/property-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_12/pwithin-v1d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_12/pwithin-v3d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_12/pwithout-v1d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_12/pwithout-v3d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_12/scope-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_12/scope-v3d0.kryo      |   1 -
 .../io/gryo/_3_4_12/sessionclose-v3d0.kryo         |   1 -
 .../io/gryo/_3_4_12/sessioneval-v3d0.kryo          |   1 -
 .../io/gryo/_3_4_12/sessionevalaliased-v3d0.kryo   |   1 -
 .../io/gryo/_3_4_12/sessionlesseval-v3d0.kryo      |   1 -
 .../gryo/_3_4_12/sessionlessevalaliased-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_12/short-v1d0.kryo      | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_12/short-v3d0.kryo      | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_12/standardresult-v3d0.kryo       | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_12/stargraph-v1d0.kryo  | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_12/stargraph-v3d0.kryo  | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_12/t-v1d0.kryo  |   1 -
 .../gremlin/structure/io/gryo/_3_4_12/t-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_12/textp-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_12/textp-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_12/timestamp-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_12/timestamp-v3d0.kryo  |   1 -
 .../io/gryo/_3_4_12/tinkergraph-v1d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_12/tinkergraph-v3d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_12/traversalmetrics-v1d0.kryo     | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_12/traversalmetrics-v3d0.kryo     | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_12/traverser-v1d0.kryo  | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_12/traverser-v3d0.kryo  | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_12/tree-v1d0.kryo       | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_12/tree-v3d0.kryo       | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_12/uuid-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_12/uuid-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_12/vertex-v1d0.kryo     | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_12/vertex-v3d0.kryo     | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_12/vertexproperty-v1d0.kryo       | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_12/vertexproperty-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_12/year-v1d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_12/year-v3d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_12/yearmonth-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_12/yearmonth-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_12/zoneddatetime-v1d0.kryo        | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_12/zoneddatetime-v3d0.kryo        | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_12/zoneoffset-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_12/zoneoffset-v3d0.kryo |   1 -
 .../gryo/_3_4_13/authenticationchallenge-v3d0.kryo | Bin 26 -> 0 bytes
 .../gryo/_3_4_13/authenticationresponse-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_13/barrier-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_13/barrier-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_13/bigdecimal-v1d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_13/bigdecimal-v3d0.kryo | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_13/biginteger-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_13/biginteger-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_13/binding-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_13/binding-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_13/bulkset-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_13/bulkset-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_13/byte-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_13/byte-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_13/bytebuffer-v1d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_13/bytebuffer-v3d0.kryo | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_13/bytecode-v1d0.kryo   | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_13/bytecode-v3d0.kryo   | Bin 43 -> 0 bytes
 .../io/gryo/_3_4_13/cardinality-v1d0.kryo          |   1 -
 .../io/gryo/_3_4_13/cardinality-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_13/char-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_13/char-v3d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_13/class-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_13/class-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_13/column-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_13/column-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_13/date-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_13/date-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_13/direction-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_13/direction-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_13/double-v1d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_13/double-v3d0.kryo     | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_13/duration-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_13/duration-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_13/edge-v1d0.kryo       | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_13/edge-v3d0.kryo       | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_13/float-v1d0.kryo      | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_13/float-v3d0.kryo      | Bin 4 -> 0 bytes
 .../io/gryo/_3_4_13/inetaddress-v1d0.kryo          |   1 -
 .../io/gryo/_3_4_13/inetaddress-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_13/instant-v1d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_13/instant-v3d0.kryo    | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_13/integer-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_13/integer-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_13/lambda-v1d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_13/lambda-v3d0.kryo     | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_13/localdate-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_13/localdate-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_13/localdatetime-v1d0.kryo        | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_13/localdatetime-v3d0.kryo        | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_13/localtime-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_13/localtime-v3d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_13/long-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_13/long-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_13/metrics-v1d0.kryo    | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_13/metrics-v3d0.kryo    | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_13/monthday-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_13/monthday-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_13/offsetdatetime-v1d0.kryo       | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_13/offsetdatetime-v3d0.kryo       | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_13/offsettime-v1d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_13/offsettime-v3d0.kryo | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_13/operator-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_13/operator-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_13/order-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_13/order-v3d0.kryo      |   1 -
 .../gremlin/structure/io/gryo/_3_4_13/p-v1d0.kryo  | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_13/p-v3d0.kryo  | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_13/pand-v1d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_13/pand-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_13/path-v1d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_13/path-v3d0.kryo       | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_13/period-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_13/period-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_13/pick-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_13/pick-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_13/pop-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_13/pop-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_13/por-v1d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_13/por-v3d0.kryo        | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_13/property-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_13/property-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_13/pwithin-v1d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_13/pwithin-v3d0.kryo    | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_13/pwithout-v1d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_13/pwithout-v3d0.kryo   | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_13/scope-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_13/scope-v3d0.kryo      |   1 -
 .../io/gryo/_3_4_13/sessionclose-v3d0.kryo         |   1 -
 .../io/gryo/_3_4_13/sessioneval-v3d0.kryo          |   1 -
 .../io/gryo/_3_4_13/sessionevalaliased-v3d0.kryo   |   1 -
 .../io/gryo/_3_4_13/sessionlesseval-v3d0.kryo      |   1 -
 .../gryo/_3_4_13/sessionlessevalaliased-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_13/short-v1d0.kryo      | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_13/short-v3d0.kryo      | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_13/standardresult-v3d0.kryo       | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_13/stargraph-v1d0.kryo  | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_13/stargraph-v3d0.kryo  | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_13/t-v1d0.kryo  |   1 -
 .../gremlin/structure/io/gryo/_3_4_13/t-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_13/textp-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_13/textp-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_13/timestamp-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_13/timestamp-v3d0.kryo  |   1 -
 .../io/gryo/_3_4_13/tinkergraph-v1d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_13/tinkergraph-v3d0.kryo          | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_13/traversalmetrics-v1d0.kryo     | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_13/traversalmetrics-v3d0.kryo     | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_13/traverser-v1d0.kryo  | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_13/traverser-v3d0.kryo  | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_13/tree-v1d0.kryo       | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_13/tree-v3d0.kryo       | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_13/uuid-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_13/uuid-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_13/vertex-v1d0.kryo     | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_13/vertex-v3d0.kryo     | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_13/vertexproperty-v1d0.kryo       | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_13/vertexproperty-v3d0.kryo       | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_13/year-v1d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_13/year-v3d0.kryo       | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_13/yearmonth-v1d0.kryo  | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_13/yearmonth-v3d0.kryo  | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_13/zoneddatetime-v1d0.kryo        | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_13/zoneddatetime-v3d0.kryo        | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_13/zoneoffset-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_13/zoneoffset-v3d0.kryo |   1 -
 .../gryo/_3_4_2/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_4_2/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_2/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_2/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_2/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_2/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_2/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_2/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_2/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_2/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_2/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_2/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_2/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_2/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_2/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_2/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_2/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_2/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_2/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_2/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_2/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_2/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_2/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_2/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_2/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_2/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_2/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_2/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_2/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_2/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_2/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_2/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_2/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_2/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_2/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_2/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_2/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_2/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_2/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_2/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_2/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_2/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_2/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_2/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_2/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_2/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_2/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_2/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_2/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_2/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_2/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_2/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_2/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_2/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_2/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_2/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_2/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_2/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_2/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_2/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_2/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_2/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_2/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_2/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_2/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_2/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_4_2/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_2/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_2/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_2/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_2/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_2/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_2/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_2/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_2/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_2/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_4_2/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_2/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_2/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_2/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_2/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_2/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_2/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_2/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_2/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_2/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_2/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_2/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_4_2/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_2/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_4_2/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_4_2/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_4_2/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_2/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_2/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_2/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_2/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_2/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_2/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_4_2/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_2/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_2/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_2/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_2/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_2/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_4_2/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_2/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_2/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_2/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_2/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_2/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_2/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_2/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_2/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_2/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_2/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_2/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_2/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_2/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_2/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_2/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_2/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_2/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_2/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_2/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_2/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_4_3/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_4_3/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_3/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_3/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_3/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_3/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_3/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_3/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_3/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_3/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_3/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_3/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_3/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_3/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_3/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_3/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_3/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_3/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_3/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_3/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_3/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_3/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_3/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_3/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_3/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_3/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_3/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_3/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_3/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_3/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_3/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_3/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_3/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_3/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_3/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_3/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_3/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_3/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_3/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_3/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_3/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_3/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_3/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_3/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_3/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_3/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_3/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_3/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_3/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_3/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_3/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_3/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_3/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_3/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_3/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_3/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_3/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_3/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_3/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_3/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_3/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_3/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_3/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_3/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_3/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_3/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_4_3/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_3/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_3/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_3/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_3/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_3/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_3/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_3/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_3/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_3/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_4_3/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_3/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_3/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_3/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_3/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_3/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_3/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_3/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_3/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_3/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_3/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_3/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_4_3/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_3/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_4_3/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_4_3/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_4_3/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_3/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_3/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_3/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_3/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_3/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_3/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_4_3/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_3/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_3/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_3/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_3/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_3/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_4_3/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_3/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_3/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_3/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_3/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_3/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_3/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_3/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_3/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_3/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_3/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_3/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_3/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_3/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_3/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_3/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_3/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_3/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_3/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_3/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_3/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_4_4/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_4_4/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_4/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_4/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_4/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_4/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_4/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_4/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_4/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_4/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_4/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_4/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_4/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_4/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_4/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_4/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_4/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_4/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_4/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_4/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_4/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_4/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_4/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_4/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_4/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_4/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_4/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_4/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_4/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_4/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_4/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_4/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_4/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_4/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_4/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_4/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_4/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_4/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_4/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_4/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_4/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_4/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_4/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_4/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_4/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_4/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_4/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_4/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_4/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_4/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_4/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_4/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_4/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_4/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_4/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_4/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_4/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_4/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_4/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_4/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_4/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_4/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_4/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_4/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_4/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_4/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_4_4/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_4/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_4/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_4/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_4/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_4/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_4/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_4/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_4/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_4/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_4_4/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_4/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_4/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_4/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_4/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_4/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_4/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_4/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_4/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_4/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_4/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_4/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_4_4/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_4/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_4_4/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_4_4/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_4_4/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_4/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_4/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_4/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_4/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_4/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_4/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_4_4/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_4/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_4/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_4/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_4/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_4/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_4_4/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_4/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_4/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_4/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_4/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_4/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_4/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_4/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_4/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_4/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_4/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_4/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_4/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_4/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_4/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_4/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_4/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_4/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_4/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_4/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_4/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_4_5/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_4_5/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_5/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_5/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_5/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_5/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_5/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_5/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_5/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_5/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_5/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_5/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_5/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_5/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_5/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_5/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_5/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_5/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_5/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_5/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_5/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_5/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_5/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_5/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_5/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_5/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_5/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_5/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_5/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_5/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_5/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_5/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_5/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_5/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_5/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_5/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_5/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_5/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_5/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_5/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_5/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_5/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_5/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_5/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_5/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_5/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_5/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_5/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_5/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_5/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_5/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_5/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_5/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_5/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_5/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_5/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_5/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_5/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_5/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_5/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_5/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_5/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_5/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_5/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_5/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_5/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_4_5/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_5/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_5/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_5/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_5/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_5/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_5/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_5/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_5/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_5/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_4_5/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_5/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_5/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_5/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_5/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_5/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_5/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_5/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_5/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_5/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_5/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_5/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_4_5/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_5/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_4_5/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_4_5/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_4_5/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_5/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_5/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_5/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_5/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_5/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_5/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_4_5/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_5/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_5/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_5/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_5/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_5/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_4_5/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_5/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_5/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_5/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_5/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_5/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_5/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_5/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_5/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_5/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_5/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_5/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_5/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_5/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_5/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_5/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_5/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_5/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_5/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_5/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_5/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_4_6/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_4_6/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_6/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_6/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_6/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_6/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_6/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_6/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_6/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_6/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_6/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_6/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_6/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_6/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_6/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_6/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_6/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_6/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_6/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_6/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_6/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_6/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_6/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_6/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_6/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_6/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_6/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_6/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_6/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_6/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_6/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_6/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_6/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_6/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_6/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_6/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_6/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_6/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_6/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_6/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_6/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_6/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_6/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_6/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_6/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_6/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_6/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_6/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_6/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_6/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_6/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_6/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_6/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_6/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_6/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_6/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_6/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_6/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_6/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_6/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_6/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_6/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_6/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_6/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_6/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_6/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_4_6/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_6/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_6/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_6/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_6/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_6/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_6/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_6/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_6/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_6/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_4_6/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_6/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_6/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_6/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_6/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_6/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_6/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_6/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_6/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_6/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_6/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_6/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_4_6/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_6/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_4_6/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_4_6/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_4_6/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_6/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_6/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_6/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_6/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_6/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_6/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_4_6/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_6/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_6/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_6/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_6/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_6/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_4_6/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_6/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_6/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_6/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_6/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_6/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_6/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_6/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_6/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_6/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_6/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_6/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_6/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_6/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_6/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_6/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_6/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_6/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_6/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_6/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_6/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_4_7/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_4_7/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_7/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_7/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_7/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_7/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_7/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_7/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_7/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_7/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_7/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_7/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_7/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_7/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_7/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_7/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_7/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_7/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_7/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_7/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_7/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_7/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_7/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_7/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_7/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_7/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_7/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_7/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_7/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_7/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_7/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_7/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_7/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_7/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_7/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_7/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_7/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_7/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_7/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_7/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_7/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_7/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_7/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_7/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_7/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_7/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_7/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_7/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_7/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_7/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_7/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_7/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_7/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_7/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_7/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_7/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_7/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_7/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_7/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_7/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_7/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_7/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_7/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_7/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_7/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_7/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_4_7/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_7/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_7/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_7/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_7/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_7/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_7/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_7/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_7/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_7/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_4_7/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_7/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_7/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_7/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_7/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_7/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_7/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_7/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_7/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_7/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_7/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_7/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_4_7/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_7/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_4_7/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_4_7/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_4_7/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_7/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_7/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_7/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_7/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_7/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_7/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_4_7/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_7/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_7/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_7/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_7/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_7/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_4_7/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_7/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_7/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_7/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_7/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_7/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_7/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_7/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_7/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_7/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_7/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_7/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_7/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_7/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_7/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_7/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_7/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_7/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_7/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_7/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_7/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_4_8/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_4_8/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_8/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_8/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_8/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_8/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_8/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_8/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_8/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_8/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_8/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_8/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_8/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_8/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_8/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_8/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_8/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_8/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_8/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_8/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_8/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_8/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_8/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_8/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_8/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_8/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_8/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_8/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_8/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_8/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_8/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_8/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_8/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_8/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_8/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_8/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_8/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_8/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_8/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_8/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_8/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_8/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_8/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_8/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_8/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_8/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_8/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_8/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_8/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_8/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_8/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_8/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_8/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_8/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_8/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_8/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_8/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_8/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_8/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_8/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_8/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_8/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_8/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_8/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_8/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_8/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_4_8/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_8/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_8/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_8/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_8/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_8/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_8/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_8/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_8/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_8/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_4_8/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_8/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_8/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_8/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_8/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_8/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_8/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_8/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_8/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_8/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_8/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_8/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_4_8/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_8/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_4_8/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_4_8/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_4_8/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_8/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_8/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_8/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_8/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_8/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_8/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_4_8/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_8/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_8/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_8/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_8/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_8/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_4_8/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_8/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_8/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_8/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_8/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_8/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_8/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_8/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_8/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_8/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_8/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_8/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_8/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_8/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_8/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_8/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_8/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_8/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_8/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_8/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_8/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_4_9/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_4_9/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_9/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_9/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_9/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_9/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_4_9/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_9/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_9/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_9/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_9/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_9/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_9/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_9/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_9/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_9/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_9/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_9/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_4_9/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_9/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_9/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_9/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_9/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_9/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_9/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_9/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_4_9/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_9/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_9/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_9/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_9/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_9/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_4_9/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_9/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_9/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_4_9/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_4_9/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_9/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_4_9/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_4_9/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_4_9/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_9/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_9/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_9/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_4_9/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_9/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_4_9/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_9/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_9/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_4_9/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_4_9/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_9/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_9/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_9/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_9/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_4_9/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_4_9/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_9/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_9/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_4_9/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_4_9/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_9/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_9/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_9/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_9/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_9/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_4_9/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_9/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_4_9/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_9/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_9/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_9/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_4_9/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_9/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_4_9/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_9/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_4_9/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_9/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_4_9/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_9/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_4_9/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_9/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_4_9/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_9/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_4_9/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_9/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_4_9/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_9/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_4_9/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_4_9/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_4_9/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_4_9/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_4_9/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_9/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_4_9/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_4_9/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_4_9/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_4_9/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_4_9/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_4_9/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_9/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_9/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_4_9/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_9/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_4_9/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_4_9/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_4_9/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_4_9/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_4_9/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_4_9/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_4_9/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_4_9/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_4_9/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_9/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_4_9/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_4_9/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_4_9/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_4_9/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_4_9/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_9/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_4_9/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_4_9/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_4_9/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_4_9/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_4_9/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_4_9/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_5_0/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_5_0/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_0/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_0/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_0/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_5_0/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_5_0/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_5_0/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_5_0/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_0/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_0/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_0/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_0/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_0/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_0/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_0/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_0/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_5_0/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_5_0/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_5_0/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_5_0/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_5_0/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_5_0/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_0/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_0/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_5_0/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_5_0/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_0/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_0/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_0/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_0/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_5_0/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_5_0/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_0/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_0/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_5_0/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_5_0/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_5_0/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_5_0/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_5_0/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_5_0/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_0/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_0/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_0/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_0/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_5_0/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_5_0/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_0/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_5_0/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_5_0/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_5_0/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_0/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_0/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_0/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_0/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_5_0/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_5_0/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_0/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_5_0/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_5_0/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_5_0/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_0/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_0/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_0/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_0/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_0/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_5_0/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_5_0/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_5_0/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_0/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_0/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_5_0/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_5_0/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_0/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_0/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_0/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_5_0/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_5_0/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_5_0/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_5_0/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_5_0/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_0/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_0/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_5_0/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_5_0/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_0/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_0/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_0/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_5_0/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_5_0/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_5_0/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_5_0/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_5_0/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_0/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_5_0/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_5_0/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_5_0/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_5_0/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_5_0/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_5_0/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_0/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_0/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_0/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_0/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_0/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_5_0/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_5_0/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_5_0/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_5_0/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_5_0/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_5_0/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_5_0/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_5_0/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_0/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_0/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_5_0/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_5_0/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_5_0/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_0/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_5_0/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_5_0/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_0/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_5_0/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_5_0/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_5_0/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_5_0/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_5_1/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_5_1/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_1/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_1/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_1/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_5_1/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_5_1/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_5_1/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_5_1/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_1/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_1/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_1/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_1/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_1/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_1/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_1/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_1/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_5_1/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_5_1/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_5_1/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_5_1/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_5_1/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_5_1/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_1/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_1/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_5_1/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_5_1/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_1/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_1/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_1/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_1/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_5_1/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_5_1/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_1/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_1/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_5_1/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_5_1/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_5_1/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_5_1/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_5_1/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_5_1/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_1/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_1/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_1/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_1/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_5_1/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_5_1/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_1/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_5_1/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_5_1/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_5_1/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_1/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_1/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_1/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_1/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_5_1/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_5_1/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_1/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_5_1/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_5_1/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_5_1/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_1/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_1/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_1/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_1/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_1/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_5_1/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_5_1/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_5_1/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_1/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_1/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_5_1/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_5_1/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_1/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_1/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_1/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_5_1/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_5_1/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_5_1/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_5_1/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_5_1/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_1/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_1/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_5_1/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_5_1/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_1/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_1/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_1/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_5_1/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_5_1/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_5_1/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_5_1/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_5_1/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_1/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_5_1/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_5_1/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_5_1/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_5_1/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_5_1/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_5_1/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_1/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_1/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_1/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_1/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_1/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_5_1/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_5_1/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_5_1/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_5_1/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_5_1/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_5_1/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_5_1/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_5_1/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_1/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_1/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_5_1/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_5_1/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_5_1/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_1/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_5_1/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_5_1/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_1/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_5_1/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_5_1/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_5_1/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_5_1/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_5_2/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_5_2/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_2/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_2/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_2/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_5_2/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_5_2/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_5_2/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_5_2/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_2/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_2/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_2/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_2/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_2/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_2/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_2/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_2/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_5_2/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_5_2/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_5_2/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_5_2/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_5_2/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_5_2/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_2/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_2/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_5_2/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_5_2/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_2/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_2/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_2/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_2/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_5_2/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_5_2/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_2/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_2/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_5_2/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_5_2/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_5_2/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_5_2/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_5_2/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_5_2/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_2/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_2/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_2/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_5_2/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_5_2/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_5_2/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_2/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_5_2/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_5_2/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_5_2/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_2/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_2/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_2/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_2/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_5_2/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_5_2/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_2/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_5_2/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_5_2/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_5_2/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_2/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_2/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_2/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_2/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_2/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_5_2/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_5_2/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_5_2/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_2/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_2/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_5_2/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_5_2/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_2/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_5_2/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_2/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_5_2/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_5_2/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_5_2/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_5_2/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_5_2/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_2/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_5_2/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_5_2/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_5_2/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_2/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_5_2/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_2/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_5_2/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_5_2/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_5_2/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_5_2/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_5_2/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_2/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_5_2/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_5_2/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_5_2/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_5_2/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_5_2/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_5_2/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_2/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_2/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_5_2/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_2/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_5_2/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_5_2/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_5_2/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_5_2/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_5_2/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_5_2/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_5_2/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_5_2/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_5_2/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_2/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_5_2/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_5_2/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_5_2/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_5_2/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_5_2/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_5_2/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_5_2/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_5_2/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_5_2/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_5_2/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_5_2/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_5_2/zoneoffset-v3d0.kryo  |   1 -
 .../gryo/_3_6_0/authenticationchallenge-v3d0.kryo  | Bin 26 -> 0 bytes
 .../gryo/_3_6_0/authenticationresponse-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_6_0/barrier-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_6_0/barrier-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_6_0/bigdecimal-v1d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_6_0/bigdecimal-v3d0.kryo  | Bin 18 -> 0 bytes
 .../structure/io/gryo/_3_6_0/biginteger-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_6_0/biginteger-v3d0.kryo  |   1 -
 .../structure/io/gryo/_3_6_0/binding-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_6_0/binding-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_6_0/bulkset-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_6_0/bulkset-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_6_0/byte-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_6_0/byte-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_6_0/bytebuffer-v1d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_6_0/bytebuffer-v3d0.kryo  | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_6_0/bytecode-v1d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_6_0/bytecode-v3d0.kryo    | Bin 43 -> 0 bytes
 .../structure/io/gryo/_3_6_0/cardinality-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_6_0/cardinality-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_6_0/char-v1d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_6_0/char-v3d0.kryo        | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_6_0/class-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_6_0/class-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_6_0/column-v1d0.kryo      |   1 -
 .../structure/io/gryo/_3_6_0/column-v3d0.kryo      |   1 -
 .../structure/io/gryo/_3_6_0/date-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_6_0/date-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_6_0/direction-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_6_0/direction-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_6_0/double-v1d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_6_0/double-v3d0.kryo      | Bin 8 -> 0 bytes
 .../structure/io/gryo/_3_6_0/duration-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_6_0/duration-v3d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_6_0/edge-v1d0.kryo        | Bin 57 -> 0 bytes
 .../structure/io/gryo/_3_6_0/edge-v3d0.kryo        | Bin 39 -> 0 bytes
 .../structure/io/gryo/_3_6_0/float-v1d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_6_0/float-v3d0.kryo       | Bin 4 -> 0 bytes
 .../structure/io/gryo/_3_6_0/inetaddress-v1d0.kryo |   1 -
 .../structure/io/gryo/_3_6_0/inetaddress-v3d0.kryo |   1 -
 .../structure/io/gryo/_3_6_0/instant-v1d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_6_0/instant-v3d0.kryo     | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_6_0/integer-v1d0.kryo     |   1 -
 .../structure/io/gryo/_3_6_0/integer-v3d0.kryo     |   1 -
 .../structure/io/gryo/_3_6_0/lambda-v1d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_6_0/lambda-v3d0.kryo      | Bin 31 -> 0 bytes
 .../structure/io/gryo/_3_6_0/localdate-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_6_0/localdate-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_6_0/localdatetime-v1d0.kryo         | Bin 29 -> 0 bytes
 .../io/gryo/_3_6_0/localdatetime-v3d0.kryo         | Bin 29 -> 0 bytes
 .../structure/io/gryo/_3_6_0/localtime-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_6_0/localtime-v3d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_6_0/long-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_6_0/long-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_6_0/metrics-v1d0.kryo     | Bin 197 -> 0 bytes
 .../structure/io/gryo/_3_6_0/metrics-v3d0.kryo     | Bin 184 -> 0 bytes
 .../structure/io/gryo/_3_6_0/monthday-v1d0.kryo    | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_6_0/monthday-v3d0.kryo    | Bin 9 -> 0 bytes
 .../io/gryo/_3_6_0/offsetdatetime-v1d0.kryo        | Bin 37 -> 0 bytes
 .../io/gryo/_3_6_0/offsetdatetime-v3d0.kryo        | Bin 37 -> 0 bytes
 .../structure/io/gryo/_3_6_0/offsettime-v1d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_6_0/offsettime-v3d0.kryo  | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_6_0/operator-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_6_0/operator-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_6_0/order-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_6_0/order-v3d0.kryo       |   1 -
 .../gremlin/structure/io/gryo/_3_6_0/p-v1d0.kryo   | Bin 6 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_6_0/p-v3d0.kryo   | Bin 6 -> 0 bytes
 .../structure/io/gryo/_3_6_0/pand-v1d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_6_0/pand-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_6_0/path-v1d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_6_0/path-v3d0.kryo        | Bin 50 -> 0 bytes
 .../structure/io/gryo/_3_6_0/period-v1d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_6_0/period-v3d0.kryo      | Bin 13 -> 0 bytes
 .../structure/io/gryo/_3_6_0/pick-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_6_0/pick-v3d0.kryo        |   1 -
 .../gremlin/structure/io/gryo/_3_6_0/pop-v1d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_6_0/pop-v3d0.kryo |   1 -
 .../gremlin/structure/io/gryo/_3_6_0/por-v1d0.kryo | Bin 35 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_6_0/por-v3d0.kryo | Bin 35 -> 0 bytes
 .../structure/io/gryo/_3_6_0/property-v1d0.kryo    |   1 -
 .../structure/io/gryo/_3_6_0/property-v3d0.kryo    |   1 -
 .../structure/io/gryo/_3_6_0/pwithin-v1d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_6_0/pwithin-v3d0.kryo     | Bin 14 -> 0 bytes
 .../structure/io/gryo/_3_6_0/pwithout-v1d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_6_0/pwithout-v3d0.kryo    | Bin 17 -> 0 bytes
 .../structure/io/gryo/_3_6_0/scope-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_6_0/scope-v3d0.kryo       |   1 -
 .../io/gryo/_3_6_0/sessionclose-v3d0.kryo          |   1 -
 .../structure/io/gryo/_3_6_0/sessioneval-v3d0.kryo |   1 -
 .../io/gryo/_3_6_0/sessionevalaliased-v3d0.kryo    |   1 -
 .../io/gryo/_3_6_0/sessionlesseval-v3d0.kryo       |   1 -
 .../gryo/_3_6_0/sessionlessevalaliased-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_6_0/short-v1d0.kryo       | Bin 2 -> 0 bytes
 .../structure/io/gryo/_3_6_0/short-v3d0.kryo       | Bin 2 -> 0 bytes
 .../io/gryo/_3_6_0/standardresult-v3d0.kryo        | Bin 229 -> 0 bytes
 .../structure/io/gryo/_3_6_0/stargraph-v1d0.kryo   | Bin 247 -> 0 bytes
 .../structure/io/gryo/_3_6_0/stargraph-v3d0.kryo   | Bin 247 -> 0 bytes
 .../gremlin/structure/io/gryo/_3_6_0/t-v1d0.kryo   |   1 -
 .../gremlin/structure/io/gryo/_3_6_0/t-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_6_0/textp-v1d0.kryo       |   1 -
 .../structure/io/gryo/_3_6_0/textp-v3d0.kryo       |   1 -
 .../structure/io/gryo/_3_6_0/timestamp-v1d0.kryo   |   1 -
 .../structure/io/gryo/_3_6_0/timestamp-v3d0.kryo   |   1 -
 .../structure/io/gryo/_3_6_0/tinkergraph-v1d0.kryo | Bin 1117 -> 0 bytes
 .../structure/io/gryo/_3_6_0/tinkergraph-v3d0.kryo | Bin 1117 -> 0 bytes
 .../io/gryo/_3_6_0/traversalmetrics-v1d0.kryo      | Bin 471 -> 0 bytes
 .../io/gryo/_3_6_0/traversalmetrics-v3d0.kryo      | Bin 308 -> 0 bytes
 .../structure/io/gryo/_3_6_0/traverser-v1d0.kryo   | Bin 211 -> 0 bytes
 .../structure/io/gryo/_3_6_0/traverser-v3d0.kryo   | Bin 210 -> 0 bytes
 .../structure/io/gryo/_3_6_0/tree-v1d0.kryo        | Bin 284 -> 0 bytes
 .../structure/io/gryo/_3_6_0/tree-v3d0.kryo        | Bin 277 -> 0 bytes
 .../structure/io/gryo/_3_6_0/uuid-v1d0.kryo        |   1 -
 .../structure/io/gryo/_3_6_0/uuid-v3d0.kryo        |   1 -
 .../structure/io/gryo/_3_6_0/vertex-v1d0.kryo      | Bin 202 -> 0 bytes
 .../structure/io/gryo/_3_6_0/vertex-v3d0.kryo      | Bin 201 -> 0 bytes
 .../io/gryo/_3_6_0/vertexproperty-v1d0.kryo        | Bin 18 -> 0 bytes
 .../io/gryo/_3_6_0/vertexproperty-v3d0.kryo        | Bin 23 -> 0 bytes
 .../structure/io/gryo/_3_6_0/year-v1d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_6_0/year-v3d0.kryo        | Bin 5 -> 0 bytes
 .../structure/io/gryo/_3_6_0/yearmonth-v1d0.kryo   | Bin 9 -> 0 bytes
 .../structure/io/gryo/_3_6_0/yearmonth-v3d0.kryo   | Bin 9 -> 0 bytes
 .../io/gryo/_3_6_0/zoneddatetime-v1d0.kryo         | Bin 38 -> 0 bytes
 .../io/gryo/_3_6_0/zoneddatetime-v3d0.kryo         | Bin 38 -> 0 bytes
 .../structure/io/gryo/_3_6_0/zoneoffset-v1d0.kryo  |   1 -
 .../structure/io/gryo/_3_6_0/zoneoffset-v3d0.kryo  |   1 -
 4176 files changed, 36 insertions(+), 2675 deletions(-)

diff --git a/docs/src/dev/developer/for-committers.asciidoc b/docs/src/dev/developer/for-committers.asciidoc
index 7b01b18..fdca4e8 100644
--- a/docs/src/dev/developer/for-committers.asciidoc
+++ b/docs/src/dev/developer/for-committers.asciidoc
@@ -875,8 +875,8 @@ best for everyone's general purposes, so if changes are made please revert them
 [[io]]
 == IO Documentation and Testing
 
-The link:https://tinkerpop.apache.org/docs/x.y.z/dev/io[IO Documentation] provides more details into GraphML, GraphSON
-and Gryo with a special focus on the needs of developers who are working directly with these formats. GraphSON gets
+The link:https://tinkerpop.apache.org/docs/x.y.z/dev/io[IO Documentation] provides more details into GraphML and GraphSON
+with a special focus on the needs of developers who are working directly with these formats. GraphSON gets
 the greatest focus here as it is used as the primary IO format for link:https://tinkerpop.apache.org/docs/x.y.z/reference/#gremlin-drivers-variants[GLVs].
 This documentation is largely generated from the `gremlin-io-test` module found under `gremlin-tools`. The
 `gremlin-io-test` module also includes a testing framework which validates that formats don't break between TinkerPop
@@ -903,8 +903,8 @@ test resources and the contents of the `dev-docs` contains asciidoc snippets tha
 Generating data files in the fashion mentioned above with Maven is only good for versions of TinkerPop on the 3.3.x
 line because the `gremlin-io-test` module did not exist in 3.2.x. Of course, compatibility is still tested back to
 those older versions. To generate test data from 3.2.x, there are Groovy scripts in the comments of the
-`gryo.asciidoc` and `graphson.asciidoc` files that can copy/pasted to the Gremlin Console. They will generate the
-batch of test files needed for `gremlin-io-test`.
+`graphson.asciidoc` files that can copy/pasted to the Gremlin Console. They will generate the batch of test files
+needed for `gremlin-io-test`.
 
 When does this command need to be executed?
 
@@ -925,14 +925,6 @@ V1_3_4_3("3.4.3", "1.0", "v1"),
 V1_3_4_4("3.4.4", "1.0", "v1");
 ----
 
-*GryoCompatibility* - Include new Gryo 1.0 and 3.0 enums for the current `SNAPSHOT`.
-
-[source,java]
-----
-V1D0_3_3_x("3.3.x", "1.0", "v1d0"),
-V3D0_3_3_x("3.3.x", "3.0", "v3d0")
-----
-
 *GraphSONCompatibility* - Include new GraphSON enums for each of the various GraphSON configurations and versions.
 
 [source,java]
@@ -946,9 +938,6 @@ V3D0_PARTIAL_3_3_x("3.3.x", "3.0", "v3d0");
 *GraphBinaryCompatibilityTest* - Add the newly included `GraphBinaryCompatibility` enums to the test parameters being
 careful to match the appropriate "mapper" to the right version.
 
-*GryoCompatibilityTest* - Add the newly included `GryoCompatibility` enums to the test parameters being careful to
-match the appropriate "mapper" to the right version.
-
 *GraphSONUntypedCompatibilityTest* - Add the newly included GraphSON 1.0 and 2.0 "untyped" enums to the test parameters
 being careful to match the appropriate "mapper" to the right version.
 
diff --git a/gremlin-tools/gremlin-io-test/pom.xml b/gremlin-tools/gremlin-io-test/pom.xml
index f683bbf..1587136 100644
--- a/gremlin-tools/gremlin-io-test/pom.xml
+++ b/gremlin-tools/gremlin-io-test/pom.xml
@@ -154,32 +154,6 @@ limitations under the License.
                                 </configuration>
                             </execution>
                             <execution>
-                                <id>generate-io-files-gryo</id>
-                                <phase>generate-test-resources</phase>
-                                <goals>
-                                    <goal>execute</goal>
-                                </goals>
-                                <configuration>
-                                    <properties>
-                                        <property>
-                                            <name>projectBuildDir</name>
-                                            <value>${project.build.directory}</value>
-                                        </property>
-                                        <property>
-                                            <name>projectBaseDir</name>
-                                            <value>${project.build.directory}</value>
-                                        </property>
-                                        <property>
-                                            <name>projectVersion</name>
-                                            <value>${project.version}</value>
-                                        </property>
-                                    </properties>
-                                    <scripts>
-                                        <script>${project.basedir}/scripts/generate-gryo-resources.groovy</script>
-                                    </scripts>
-                                </configuration>
-                            </execution>
-                            <execution>
                                 <id>generate-io-files-graphbinary</id>
                                 <phase>generate-test-resources</phase>
                                 <goals>
diff --git a/gremlin-tools/gremlin-io-test/scripts/generate-graphson-resources.groovy b/gremlin-tools/gremlin-io-test/scripts/generate-graphson-resources.groovy
index ccb5f65..537fb83 100644
--- a/gremlin-tools/gremlin-io-test/scripts/generate-graphson-resources.groovy
+++ b/gremlin-tools/gremlin-io-test/scripts/generate-graphson-resources.groovy
@@ -27,7 +27,6 @@ import org.apache.commons.configuration2.BaseConfiguration
 
 new File("${projectBuildDir}/dev-docs/").mkdirs()
 new File("${projectBuildDir}/test-case-data/io/graphson/").mkdirs()
-new File("${projectBuildDir}/test-case-data/io/gryo/").mkdirs()
 
 conf = new BaseConfiguration()
 conf.setProperty(TinkerGraph.GREMLIN_TINKERGRAPH_DEFAULT_VERTEX_PROPERTY_CARDINALITY, VertexProperty.Cardinality.list.name())
diff --git a/gremlin-tools/gremlin-io-test/scripts/generate-gryo-resources.groovy b/gremlin-tools/gremlin-io-test/scripts/generate-gryo-resources.groovy
deleted file mode 100644
index 7301b44..0000000
--- a/gremlin-tools/gremlin-io-test/scripts/generate-gryo-resources.groovy
+++ /dev/null
@@ -1,91 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-import org.apache.tinkerpop.shaded.kryo.io.Output
-import org.apache.tinkerpop.gremlin.tinkergraph.structure.*
-import org.apache.tinkerpop.gremlin.structure.*
-import org.apache.tinkerpop.gremlin.structure.io.gryo.*
-import org.apache.tinkerpop.gremlin.structure.io.*
-import org.apache.commons.configuration2.BaseConfiguration
-
-new File("${projectBuildDir}/dev-docs/").mkdirs()
-new File("${projectBuildDir}/test-case-data/io/gryo").mkdirs()
-
-conf = new BaseConfiguration()
-conf.setProperty(TinkerGraph.GREMLIN_TINKERGRAPH_DEFAULT_VERTEX_PROPERTY_CARDINALITY, VertexProperty.Cardinality.list.name())
-graph = TinkerGraph.open(conf)
-TinkerFactory.generateTheCrew(graph)
-g = graph.traversal()
-
-model = Model.instance()
-
-toGryo = { o, type, mapper, suffix = "" ->
-    def fileToWriteTo = new File("${projectBuildDir}/test-case-data/io/gryo/" + type.title.toLowerCase().replace(" ","") + "-" + suffix + ".kryo")
-    if (fileToWriteTo.exists()) fileToWriteTo.delete()
-    try {
-        out = new Output(new FileOutputStream(fileToWriteTo))
-        mapper.writeObject(out, o)
-        out.close()
-    } catch (Exception ex) {
-        // some v1 gryo is not easily testable (i.e. RequestMessage) because it is has external serializers that
-        // don' get registered with GryoMapper. those cases can be ignored.
-        if (type.isCompatibleWith(GryoCompatibility.V1D0_3_3_0))
-            throw ex
-        else
-            fileToWriteTo.delete()
-    }
-}
-
-toGryoV1d0 = { o, type, mapper ->
-    toGryo(o, type, mapper, "v1d0")
-}
-
-toGryoV3d0 = { o, type, mapper ->
-    toGryo(o, type, mapper, "v3d0")
-}
-
-writeSupportedObjects = { mapper, toGryoFunction ->
-    model.entries().findAll{it.hasGryoCompatibility()}.each {
-        toGryoFunction(it.getObject(), it, mapper)
-    }
-}
-
-mapper = GryoMapper.build().
-        version(GryoVersion.V1_0).
-        addRegistry(TinkerIoRegistryV1d0.instance()).
-        create().createMapper()
-
-writeSupportedObjects(mapper, toGryoV1d0)
-
-mapper = GryoMapper.build().
-        version(GryoVersion.V3_0).
-        addRegistry(TinkerIoRegistryV3d0.instance()).
-        create().createMapper()
-
-writeSupportedObjects(mapper, toGryoV3d0)
-
-def ver = "_" + "${projectVersion}".replace(".","_").replace("-SNAPSHOT","")
-def target = "${projectBaseDir}/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/" + ver
-def targetDir = new File(target)
-if (!targetDir.exists()) targetDir.mkdirs()
-new File("${projectBuildDir}/test-case-data/io/gryo/").listFiles().each {
-    def copyTo = new File(target + "/" + it.name)
-    if (copyTo.exists()) copyTo.delete()
-    java.nio.file.Files.copy(it.toPath(), new File(target + "/" + it.name).toPath())
-}
diff --git a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Compatibilities.java b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Compatibilities.java
index d6c65a0..05f5f4d 100644
--- a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Compatibilities.java
+++ b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Compatibilities.java
@@ -19,7 +19,6 @@
 package org.apache.tinkerpop.gremlin.structure.io;
 
 import org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONCompatibility;
-import org.apache.tinkerpop.gremlin.structure.io.gryo.GryoCompatibility;
 
 import java.util.ArrayList;
 import java.util.Arrays;
@@ -33,8 +32,6 @@ import java.util.stream.Collectors;
  */
 public class Compatibilities {
 
-    public static final Compatibilities GRYO_ONLY = Compatibilities.with(GryoCompatibility.class);
-
     public static final Compatibilities UNTYPED_GRAPHSON = Compatibilities.with(GraphSONCompatibility.class)
             .configuredAs(".*no-types|v1d0");
 
diff --git a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Model.java b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Model.java
index 87e5f86..22b54ea 100644
--- a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Model.java
+++ b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Model.java
@@ -42,8 +42,6 @@ import org.apache.tinkerpop.gremlin.structure.T;
 import org.apache.tinkerpop.gremlin.structure.VertexProperty;
 import org.apache.tinkerpop.gremlin.structure.io.graphbinary.GraphBinaryCompatibility;
 import org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONCompatibility;
-import org.apache.tinkerpop.gremlin.structure.io.gryo.GryoCompatibility;
-import org.apache.tinkerpop.gremlin.structure.util.star.StarGraph;
 import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory;
 import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph;
 
@@ -93,7 +91,6 @@ public class Model {
 
     private static final List<Compatibility> ALL = Collections.unmodifiableList(new ArrayList<Compatibility>() {{
         addAll(Arrays.asList(GraphSONCompatibility.values()));
-        addAll(Arrays.asList(GryoCompatibility.values()));
         addAll(Arrays.asList(GraphBinaryCompatibility.values()));
     }});
 
@@ -112,55 +109,43 @@ public class Model {
         final Compatibility[] noTypeGraphSONPlusBrokenGraphBinary = Compatibilities.with(GraphSONCompatibility.class)
                 .configuredAs(".*no-types|v1d0").join(Compatibilities.with(GraphBinaryCompatibility.class)).matchToArray();
 
-        final Compatibility[] noTypeGraphSONPlusGryo3_2_3 = Compatibilities.with(GryoCompatibility.class).beforeRelease("3.2.4").join(Compatibilities.UNTYPED_GRAPHSON).matchToArray();
-        final Compatibility[] noTypeGraphSONPlusGryo3_3_0 = Compatibilities.with(GryoCompatibility.class).beforeRelease("3.3.0").join(Compatibilities.UNTYPED_GRAPHSON).matchToArray();
-
-        // the inverse of this definition is basically 3.4.0 or better for both GraphSON and Gryo with no support for
+        // the inverse of this definition is basically 3.4.0 or better for GraphSON with no support for
         // untyped GraphSON anywhere along the way
-        final Compatibility[] before3_4_0 = Compatibilities.with(GryoCompatibility.class).beforeRelease("3.4.0")
-                .join(Compatibilities.with(GraphSONCompatibility.class).configuredAs(".*no-types|v1d0")
-                .join(Compatibilities.with(GraphSONCompatibility.class).beforeRelease("3.4.0"))).matchToArray();
+        final Compatibility[] before3_4_0 = Compatibilities.with(GraphSONCompatibility.class).configuredAs(".*no-types|v1d0")
+                .join(Compatibilities.with(GraphSONCompatibility.class).beforeRelease("3.4.0")).matchToArray();
 
-        // the inverse of this definition is basically 3.5.0 or better for both GraphSON and Gryo with no support for
+        // the inverse of this definition is basically 3.5.0 or better for GraphSON with no support for
         // untyped GraphSON anywhere along the way
         List<Compatibility> c = Compatibilities.with(GraphSONCompatibility.class).configuredAs(".*no-types|v1d0").match();
-        final Compatibility[] before3_5_0 = Compatibilities.with(GryoCompatibility.class).beforeRelease("3.5.0")
-                .join(Compatibilities.with(GraphSONCompatibility.class).configuredAs(".*no-types|v1d0")
-                        .join(Compatibilities.with(GraphSONCompatibility.class).beforeRelease("3.5.0"))).matchToArray();
+        final Compatibility[] before3_5_0 = Compatibilities.with(GraphSONCompatibility.class).configuredAs(".*no-types|v1d0")
+                        .join(Compatibilities.with(GraphSONCompatibility.class).beforeRelease("3.5.0")).matchToArray();
 
-        // there is no point to testing gryo for list/map/set as they are kryo primitives essentially
-        final Compatibility[] noGraphSONBeforeV3AndNoGryo = Compatibilities.with(GraphSONCompatibility.class).configuredAs(".*v2d0-partial|v1d0|v2d0-no-types").join(Compatibilities.GRYO_ONLY).matchToArray();
+        final Compatibility[] noGraphSONBeforeV3 = Compatibilities.with(GraphSONCompatibility.class).configuredAs(".*v2d0-partial|v1d0|v2d0-no-types").matchToArray();
 
         // IMPORTANT - the "title" or name of the Entry needs to be unique
 
-        // Serialization of Class in Gryo 1.0 had a bug that prevented proper operation in versions prior to 3.2.4.
-        addCoreEntry(File.class, "Class", "", noTypeGraphSONPlusGryo3_2_3);
+        addCoreEntry(File.class, "Class", "");
         addCoreEntry(new Date(1481750076295L), "Date");
         addCoreEntry(100.00d, "Double");
         addCoreEntry(100.00f, "Float", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
         addCoreEntry(100, "Integer");
-        addCoreEntry(Arrays.asList(1,"person", true), "List", "List is used to distinguish between different collection types as JSON is not explicit enough for all of Gremlin's requirements.", noGraphSONBeforeV3AndNoGryo);
+        addCoreEntry(Arrays.asList(1,"person", true), "List", "List is used to distinguish between different collection types as JSON is not explicit enough for all of Gremlin's requirements.", noGraphSONBeforeV3);
         addCoreEntry(100L, "Long", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
 
         final Map<Object,Object> map = new HashMap<>();
         map.put("test", 123);
         map.put(new Date(1481750076295L), "red");
         map.put(Arrays.asList(1,2,3), new Date(1481750076295L));
-        addCoreEntry(map, "Map", "Map is redefined so that to provide the ability to allow for non-String keys, which is not possible in JSON.", noGraphSONBeforeV3AndNoGryo);
+        addCoreEntry(map, "Map", "Map is redefined so that to provide the ability to allow for non-String keys, which is not possible in JSON.", noGraphSONBeforeV3);
 
-        addCoreEntry(new HashSet<>(Arrays.asList(1,"person", true)), "Set", "Allows a JSON collection to behave as a Set.", noGraphSONBeforeV3AndNoGryo);
-        // Timestamp was added to Gryo 1.0 as of 3.2.4. It was not supported in 3.2.3.
-        addCoreEntry(new java.sql.Timestamp(1481750076295L), "Timestamp", "", noTypeGraphSONPlusGryo3_2_3);
+        addCoreEntry(new HashSet<>(Arrays.asList(1,"person", true)), "Set", "Allows a JSON collection to behave as a Set.", noGraphSONBeforeV3);
+        addCoreEntry(new java.sql.Timestamp(1481750076295L), "Timestamp", "");
         addCoreEntry(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786"), "UUID");
 
         addGraphStructureEntry(graph.edges().next(), "Edge", "");
         addGraphStructureEntry(g.V().out().out().path().next(), "Path", "");
         addGraphStructureEntry(graph.edges().next().properties().next(), "Property", "");
-        // TODO: missing a stargraph deserializer in graphson v1/v2
-        addEntry("Graph Structure", StarGraph.of(graph.vertices().next()), "StarGraph", "", Compatibilities.GRYO_ONLY.match());
         addGraphStructureEntry(graph, "TinkerGraph", "`TinkerGraph` has a custom serializer that is registered as part of the `TinkerIoRegistry`.");
-        // TODO: tree has bugs for graphson
-        addEntry("Graph Structure", g.V(1).out().out().tree().next(), "Tree", "", Compatibilities.GRYO_ONLY.match());
         addGraphStructureEntry(graph.vertices().next(), "Vertex", "");
         addGraphStructureEntry(graph.vertices().next().properties().next(), "VertexProperty", "");
 
@@ -184,19 +169,17 @@ public class Model {
         final TraversalMetrics tm = createStaticTraversalMetrics();
         final MutableMetrics metrics = new MutableMetrics(tm.getMetrics("7.0.0()"));
         metrics.addNested(new MutableMetrics(tm.getMetrics("3.0.0()")));
-        addGraphProcessEntry(metrics, "Metrics", "", noTypeGraphSONPlusGryo3_3_0);
+        addGraphProcessEntry(metrics, "Metrics", "");
         addGraphProcessEntry(P.gt(0), "P", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
         addGraphProcessEntry(P.within(1), "P within", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
         addGraphProcessEntry(P.without(1,2), "P without", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
-        // A bug in the the Gryo serialization of ConjunctiveP prevented its proper serialization in versions prior to 3.3.0 and 3.2.4.
-        addGraphProcessEntry(P.gt(0).and(P.lt(10)), "P and", "", noTypeGraphSONPlusGryo3_2_3);
-        // A bug in the the Gryo serialization of ConjunctiveP prevented its proper serialization in versions prior to 3.3.0 and 3.2.4.
-        addGraphProcessEntry(P.gt(0).or(P.within(-1, -10, -100)), "P or", "", noTypeGraphSONPlusGryo3_2_3);
+        addGraphProcessEntry(P.gt(0).and(P.lt(10)), "P and", "");
+        addGraphProcessEntry(P.gt(0).or(P.within(-1, -10, -100)), "P or", "");
         addGraphProcessEntry(Scope.local, "Scope", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
         addGraphProcessEntry(T.label, "T", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
         // TextP was only added at 3.4.0 and is not supported with untyped GraphSON of any sort
         addGraphProcessEntry(TextP.containing("ark"), "TextP", "", before3_4_0);
-        addGraphProcessEntry(createStaticTraversalMetrics(), "TraversalMetrics", "", noTypeGraphSONPlusGryo3_3_0);
+        addGraphProcessEntry(createStaticTraversalMetrics(), "TraversalMetrics", "");
         addGraphProcessEntry(g.V().hasLabel("person").asAdmin().nextTraverser(), "Traverser", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
 
         final Map<String,Object> requestBindings = new HashMap<>();
@@ -205,8 +188,6 @@ public class Model {
         final Map<String,Object> requestAliases = new HashMap<>();
         requestAliases.put("g", "social");
 
-        // RequestMessage is not testable prior to Gryo 3.0 as serialization was handled by an intermediate component
-        // (MessageSerializer) that doesn't fit the test model.
         RequestMessage requestMessage;
         requestMessage = RequestMessage.build("authentication").
                 overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
@@ -233,8 +214,6 @@ public class Model {
                 add("gremlin", "social.V(x)", "bindings", requestBindings, "language", "gremlin-groovy", "aliases", requestAliases).create();
         addRequestMessageEntry(requestMessage, "Sessionless Eval Aliased", "The following `RequestMessage` is an example of a sessionless request for a script evaluation with an alias that binds the `TraversalSource` of \"g\" to \"social\".");
 
-        // ResponseMessage is not testable prior to Gryo 3.0 as serialization was handled by an intermediate component
-        // (MessageSerializer) that doesn't fit the test model
         ResponseMessage responseMessage = ResponseMessage.build(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).
                 code(org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode.AUTHENTICATE).create();
         addResponseMessageEntry(responseMessage, "Authentication Challenge", "When authentication is enabled, an initial request to the server will result in an authentication challenge. The typical response message will appear as follows, but handling it could be different depending on the SASL implementation (e.g. multiple challenges maybe requested in some cases, but not in the default provided by Gremlin Server).");
@@ -246,13 +225,11 @@ public class Model {
         addExtendedEntry(new BigDecimal(new java.math.BigInteger("123456789987654321123456789987654321")), "BigDecimal", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
         addExtendedEntry(new BigInteger("123456789987654321123456789987654321"), "BigInteger", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
         addExtendedEntry(new Byte("1"), "Byte", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
-        // ByteBuffer was added to Gryo 1.0 as of 3.2.4. It was not supported in earlier versions.
-        addEntry("Extended", () -> java.nio.ByteBuffer.wrap("some bytes for you".getBytes()), "ByteBuffer", "", noTypeGraphSONPlusGryo3_2_3);
+        addEntry("Extended", () -> java.nio.ByteBuffer.wrap("some bytes for you".getBytes()), "ByteBuffer", "");
         addExtendedEntry("x".charAt(0), "Char", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
         addExtendedEntry(Duration.ofDays(5), "Duration","The following example is a `Duration` of five days.", Compatibilities.UNTYPED_GRAPHSON.matchToArray());
         try {
-            // InetAddress was added to Gryo 1.0 as of 3.2.4. It was not supported in earlier versions.
-            addEntry("Extended", InetAddress.getByName("localhost"), "InetAddress", "", noTypeGraphSONPlusGryo3_2_3);
+            addEntry("Extended", InetAddress.getByName("localhost"), "InetAddress", "");
         } catch (Exception ex) {
             throw new RuntimeException(ex);
         }
@@ -350,10 +327,7 @@ public class Model {
     }
 
     private void addRequestMessageEntry(final Object obj, final String title, final String description) {
-        final List<Compatibility> incompatibilityList = Compatibilities.with(GryoCompatibility.class)
-                .before("3.0")
-                .join(Compatibilities.with(GraphBinaryCompatibility.class))
-                .match();
+        final List<Compatibility> incompatibilityList = Compatibilities.with(GraphBinaryCompatibility.class).match();
 
         final Compatibility[] incompatibilities = new Compatibility[incompatibilityList.size()];
         incompatibilityList.toArray(incompatibilities);
@@ -361,10 +335,7 @@ public class Model {
     }
 
     private void addResponseMessageEntry(final Object obj, final String title, final String description) {
-        final List<Compatibility> incompatibilityList = Compatibilities.with(GryoCompatibility.class)
-                .before("3.0")
-                .join(Compatibilities.with(GraphBinaryCompatibility.class))
-                .match();
+        final List<Compatibility> incompatibilityList = Compatibilities.with(GraphBinaryCompatibility.class).match();
 
         // TODO: temporary problem? seems to be something breaking in vertex serialization
         if (title.equals("Standard Result"))
@@ -429,16 +400,13 @@ public class Model {
     public void saveAsCsv(final File file) throws Exception {
         file.getParentFile().mkdirs();
 
-        final List<Compatibility> compatibilities = Stream.concat(
-                Stream.of(GraphSONCompatibility.values()),
-                Stream.of(GryoCompatibility.values())).collect(Collectors.toList());
+        final List<Compatibility> compatibilities = Stream.of(GraphSONCompatibility.values()).
+                collect(Collectors.toList());
 
         final List<String> headers = new ArrayList<>();
         headers.add("resource");
         headers.addAll(compatibilities.stream().map(c -> {
-            if (c instanceof GryoCompatibility)
-                return "gryo-" + ((GryoCompatibility) c).name();
-            else if (c instanceof GraphSONCompatibility)
+            if (c instanceof GraphSONCompatibility)
                 return "graphson-" + ((GraphSONCompatibility) c).name();
             else if (c instanceof GraphBinaryCompatibility)
                 return "graphbinary-" + ((GraphBinaryCompatibility) c).name();
@@ -499,12 +467,8 @@ public class Model {
             return compatibleWith.contains(compatibility);
         }
 
-        public boolean hasGryoCompatibility() {
-            return compatibleWith.stream().anyMatch(c -> c instanceof GryoCompatibility);
-        }
-
         public boolean hasGraphSONCompatibility() {
-            return compatibleWith.stream().anyMatch(c -> c instanceof GryoCompatibility);
+            return compatibleWith.stream().anyMatch(c -> c instanceof GraphSONCompatibility);
         }
 
         public boolean hasGraphBinaryCompatibility() {
diff --git a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibility.java b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibility.java
deleted file mode 100644
index 11d4d7b..0000000
--- a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibility.java
+++ /dev/null
@@ -1,177 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.tinkerpop.gremlin.structure.io.gryo;
-
-import org.apache.commons.io.IOUtils;
-import org.apache.tinkerpop.gremlin.process.traversal.Path;
-import org.apache.tinkerpop.gremlin.process.traversal.Traverser;
-import org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser;
-import org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics;
-import org.apache.tinkerpop.gremlin.process.traversal.util.Metrics;
-import org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics;
-import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics;
-import org.apache.tinkerpop.gremlin.structure.Edge;
-import org.apache.tinkerpop.gremlin.structure.Property;
-import org.apache.tinkerpop.gremlin.structure.Vertex;
-import org.apache.tinkerpop.gremlin.structure.VertexProperty;
-import org.apache.tinkerpop.gremlin.structure.io.Compatibility;
-import org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge;
-import org.apache.tinkerpop.gremlin.structure.util.detached.DetachedPath;
-import org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty;
-import org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex;
-import org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty;
-
-import java.io.File;
-import java.io.IOException;
-
-/**
- * @author Stephen Mallette (http://stephen.genoprime.com)
- */
-public enum GryoCompatibility implements Compatibility {
-    V1D0_3_2_3("3.2.3", "1.0", "v1d0"),
-    V1D0_3_2_4("3.2.4", "1.0", "v1d0"),
-    V1D0_3_2_5("3.2.5", "1.0", "v1d0"),
-    V1D0_3_2_6("3.2.6", "1.0", "v1d0"),
-    V1D0_3_2_7("3.2.7", "1.0", "v1d0"),
-    V1D0_3_2_8("3.2.8", "1.0", "v1d0"),
-    V1D0_3_2_9("3.2.9", "1.0", "v1d0"),
-    V1D0_3_2_10("3.2.10", "1.0", "v1d0"),
-    V1D0_3_3_0("3.3.0", "1.0", "v1d0"),
-    V3D0_3_3_0("3.3.0", "3.0", "v3d0"),
-    V1D0_3_3_1("3.3.1", "1.0", "v1d0"),
-    V3D0_3_3_1("3.3.1", "3.0", "v3d0"),
-    V1D0_3_3_2("3.3.2", "1.0", "v1d0"),
-    V3D0_3_3_2("3.3.2", "3.0", "v3d0"),
-    V1D0_3_3_3("3.3.3", "1.0", "v1d0"),
-    V3D0_3_3_3("3.3.3", "3.0", "v3d0"),
-    V1D0_3_3_4("3.3.4", "1.0", "v1d0"),
-    V3D0_3_3_4("3.3.4", "3.0", "v3d0"),
-    V1D0_3_3_5("3.3.5", "1.0", "v1d0"),
-    V3D0_3_3_5("3.3.5", "3.0", "v3d0"),
-    V1D0_3_3_6("3.3.6", "1.0", "v1d0"),
-    V3D0_3_3_6("3.3.6", "3.0", "v3d0"),
-    V1D0_3_3_7("3.3.7", "1.0", "v1d0"),
-    V3D0_3_3_7("3.3.7", "3.0", "v3d0"),
-    V1D0_3_3_8("3.3.8", "1.0", "v1d0"),
-    V3D0_3_3_8("3.3.8", "3.0", "v3d0"),
-    V1D0_3_3_9("3.3.9", "1.0", "v1d0"),
-    V3D0_3_3_9("3.3.9", "3.0", "v3d0"),
-    V1D0_3_3_10("3.3.10", "1.0", "v1d0"),
-    V3D0_3_3_10("3.3.10", "3.0", "v3d0"),
-    V1D0_3_3_11("3.3.11", "1.0", "v1d0"),
-    V3D0_3_3_11("3.3.11", "3.0", "v3d0"),
-    V1D0_3_4_0("3.4.0", "1.0", "v1d0"),
-    V3D0_3_4_0("3.4.0", "3.0", "v3d0"),
-    V1D0_3_4_1("3.4.1", "1.0", "v1d0"),
-    V3D0_3_4_1("3.4.1", "3.0", "v3d0"),
-    V1D0_3_4_2("3.4.2", "1.0", "v1d0"),
-    V3D0_3_4_2("3.4.2", "3.0", "v3d0"),
-    V1D0_3_4_3("3.4.3", "1.0", "v1d0"),
-    V3D0_3_4_3("3.4.3", "3.0", "v3d0"),
-    V1D0_3_4_4("3.4.4", "1.0", "v1d0"),
-    V3D0_3_4_4("3.4.4", "3.0", "v3d0"),
-    V1D0_3_4_5("3.4.5", "1.0", "v1d0"),
-    V3D0_3_4_5("3.4.5", "3.0", "v3d0"),
-    V1D0_3_4_6("3.4.6", "1.0", "v1d0"),
-    V3D0_3_4_6("3.4.6", "3.0", "v3d0"),
-    V1D0_3_4_7("3.4.7", "1.0", "v1d0"),
-    V3D0_3_4_7("3.4.7", "3.0", "v3d0"),
-    V1D0_3_4_8("3.4.8", "1.0", "v1d0"),
-    V3D0_3_4_8("3.4.8", "3.0", "v3d0"),
-    V1D0_3_4_9("3.4.9", "1.0", "v1d0"),
-    V3D0_3_4_9("3.4.9", "3.0", "v3d0"),
-    V1D0_3_4_10("3.4.10", "1.0", "v1d0"),
-    V3D0_3_4_10("3.4.10", "3.0", "v3d0"),
-    V1D0_3_4_11("3.4.11", "1.0", "v1d0"),
-    V3D0_3_4_11("3.4.11", "3.0", "v3d0"),
-    V1D0_3_4_12("3.4.12", "1.0", "v1d0"),
-    V3D0_3_4_12("3.4.12", "3.0", "v3d0"),
-    V1D0_3_4_13("3.4.13", "1.0", "v1d0"),
-    V3D0_3_4_13("3.4.13", "3.0", "v3d0"),
-
-    V1D0_3_5_0("3.5.0", "1.0", "v1d0"),
-    V3D0_3_5_0("3.5.0", "3.0", "v3d0"),
-    V1D0_3_5_1("3.5.1", "1.0", "v1d0"),
-    V3D0_3_5_1("3.5.1", "3.0", "v3d0"),
-    V1D0_3_5_2("3.5.2", "1.0", "v1d0"),
-    V3D0_3_5_2("3.5.2", "3.0", "v3d0"),
-
-    V1D0_3_6_0("3.6.0", "1.0", "v1d0"),
-    V3D0_3_6_0("3.6.0", "3.0", "v3d0");
-
-    private static final String SEP = File.separator;
-
-    private final String gryoVersion;
-    private final String tinkerpopVersion;
-    private final String configuration;
-
-    GryoCompatibility(final String tinkerpopVersion, final String gryoVersion, final String configuration) {
-        this.tinkerpopVersion = tinkerpopVersion;
-        this.gryoVersion = gryoVersion;
-        this.configuration = configuration;
-    }
-
-    @Override
-    public byte[] readFromResource(final String resource) throws IOException {
-        final String testResource = "_" + tinkerpopVersion.replace(".", "_") + SEP + resource + "-" + configuration + ".kryo";
-        return IOUtils.toByteArray(getClass().getResourceAsStream(testResource));
-    }
-
-    @Override
-    public Class resolve(final Class clazz) {
-        if (clazz.equals(Edge.class))
-            return DetachedEdge.class;
-        else if (clazz.equals(Vertex.class))
-            return DetachedVertex.class;
-        else if (clazz.equals(Property.class))
-            return DetachedProperty.class;
-        else if (clazz.equals(VertexProperty.class))
-            return DetachedVertexProperty.class;
-        else if (clazz.equals(Path.class))
-            return DetachedPath.class;
-        else if (clazz.equals(TraversalMetrics.class))
-            return DefaultTraversalMetrics.class;
-        else if (clazz.equals(Metrics.class))
-            return MutableMetrics.class;
-        else if (clazz.equals(Traverser.class))
-            return B_O_Traverser.class;
-        else
-            return clazz;
-    }
-
-    @Override
-    public String getReleaseVersion() {
-        return tinkerpopVersion;
-    }
-
-    @Override
-    public String getVersion() {
-        return gryoVersion;
-    }
-
-    @Override
-    public String getConfiguration() {
-        return configuration;
-    }
-
-    @Override
-    public String toString() {
-        return tinkerpopVersion + "-" + configuration;
-    }
-}
diff --git a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/AbstractTypedCompatibilityTest.java b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/AbstractTypedCompatibilityTest.java
index f34a6c4..43cecd9 100644
--- a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/AbstractTypedCompatibilityTest.java
+++ b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/AbstractTypedCompatibilityTest.java
@@ -812,6 +812,7 @@ public abstract class AbstractTypedCompatibilityTest extends AbstractCompatibili
     }
 
     @Test
+    @org.junit.Ignore("No serializers now that Gryo is gone")
     public void shouldReadWriteStarGraph() throws Exception {
         final String resourceName = "stargraph";
         assumeCompatibility(resourceName);
@@ -919,6 +920,7 @@ public abstract class AbstractTypedCompatibilityTest extends AbstractCompatibili
     }
 
     @Test
+    @org.junit.Ignore("No serializers now that Gryo is gone")
     public void shouldReadWriteTree() throws Exception {
         final String resourceName = "tree";
         assumeCompatibility(resourceName);
diff --git a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/CompatibilitiesTest.java b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/CompatibilitiesTest.java
index 6445841..02557c0 100644
--- a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/CompatibilitiesTest.java
+++ b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/CompatibilitiesTest.java
@@ -32,7 +32,7 @@ import static org.hamcrest.Matchers.containsInAnyOrder;
 public class CompatibilitiesTest {
 
     @Test
-    public void shouldFindGryoVersionsBeforeRelease3_2_4() {
+    public void shouldFindVersionsBeforeRelease3_2_4() {
         final List<Compatibility> compatibilityList = Compatibilities.with(MockCompatibility.class)
                 .beforeRelease("3.2.4").match();
         assertThat(compatibilityList, containsInAnyOrder(MockCompatibility.V1D0_3_2_3,
@@ -40,7 +40,7 @@ public class CompatibilitiesTest {
     }
 
     @Test
-    public void shouldFindGryoVersionsAfterRelease3_2_x() {
+    public void shouldFindVersionsAfterRelease3_2_x() {
         final List<Compatibility> compatibilityList = Compatibilities.with(MockCompatibility.class)
                 .afterRelease("3.2.7").match();
         assertThat(compatibilityList, containsInAnyOrder(
@@ -49,7 +49,7 @@ public class CompatibilitiesTest {
     }
 
     @Test
-    public void shouldFindGryoVersionsBetweenReleases3_2_3And3_2_5() {
+    public void shouldFindVersionsBetweenReleases3_2_3And3_2_5() {
         final List<Compatibility> compatibilityList = Compatibilities.with(MockCompatibility.class)
                 .betweenReleases("3.2.3", "3.2.5").match();
         assertThat(compatibilityList, containsInAnyOrder(MockCompatibility.V1D0_3_2_4,
@@ -57,7 +57,7 @@ public class CompatibilitiesTest {
     }
 
     @Test
-    public void shouldFindGryoVersionsBefore3_0() {
+    public void shouldFindVersionsBefore3_0() {
         final List<Compatibility> compatibilityList = Compatibilities.with(MockCompatibility.class)
                 .before("3.0").match();
         assertThat(compatibilityList, containsInAnyOrder(MockCompatibility.V1D0_3_2_2,
@@ -69,14 +69,14 @@ public class CompatibilitiesTest {
     }
 
     @Test
-    public void shouldFindGryoVersionsAfter1_0() {
+    public void shouldFindVersionsAfter1_0() {
         final List<Compatibility> compatibilityList = Compatibilities.with(MockCompatibility.class)
                 .after("1.0").match();
         assertThat(compatibilityList, containsInAnyOrder(MockCompatibility.V3D0_3_3_0, MockCompatibility.V3D0_3_3_1));
     }
 
     @Test
-    public void shouldFindGryoVersionsAfterRelease3_2_4AndAfter1_0() {
+    public void shouldFindVersionsAfterRelease3_2_4AndAfter1_0() {
         final List<Compatibility> compatibilityList = Compatibilities.with(MockCompatibility.class)
                 .afterRelease("3.2.7")
                 .after("1.0")
diff --git a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibilityTest.java b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibilityTest.java
deleted file mode 100644
index 0981b4f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibilityTest.java
+++ /dev/null
@@ -1,149 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.tinkerpop.gremlin.structure.io.gryo;
-
-import org.apache.commons.io.output.ByteArrayOutputStream;
-import org.apache.tinkerpop.gremlin.structure.io.AbstractTypedCompatibilityTest;
-import org.apache.tinkerpop.gremlin.structure.io.Compatibility;
-import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIoRegistryV2d0;
-import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIoRegistryV3d0;
-import org.apache.tinkerpop.shaded.kryo.Kryo;
-import org.apache.tinkerpop.shaded.kryo.io.Input;
-import org.apache.tinkerpop.shaded.kryo.io.Output;
-import org.junit.runner.RunWith;
-import org.junit.runners.Parameterized;
-
-import java.util.Arrays;
-
-/**
- * @author Stephen Mallette (http://stephen.genoprime.com)
- */
-@RunWith(Parameterized.class)
-public class GryoCompatibilityTest extends AbstractTypedCompatibilityTest {
-
-    private static Kryo mapperV1 = GryoMapper.build().
-            version(GryoVersion.V1_0).
-            addRegistry(TinkerIoRegistryV2d0.instance()).create().createMapper();
-    private static Kryo mapperV3 = GryoMapper.build().
-            version(GryoVersion.V3_0).
-            addRegistry(TinkerIoRegistryV3d0.instance()).create().createMapper();
-
-    @Parameterized.Parameters(name = "expect({0})")
-    public static Iterable<Object[]> data() {
-        return Arrays.asList(new Object[][]{
-                {GryoCompatibility.V1D0_3_2_3, mapperV1 },
-                {GryoCompatibility.V1D0_3_2_4, mapperV1 },
-                {GryoCompatibility.V1D0_3_2_5, mapperV1 },
-                {GryoCompatibility.V1D0_3_2_6, mapperV1 },
-                {GryoCompatibility.V1D0_3_2_7, mapperV1 },
-                {GryoCompatibility.V1D0_3_2_8, mapperV1 },
-                {GryoCompatibility.V1D0_3_2_9, mapperV1 },
-                {GryoCompatibility.V1D0_3_2_10, mapperV1 },
-                {GryoCompatibility.V1D0_3_3_0, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_0, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_1, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_1, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_2, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_2, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_3, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_3, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_4, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_4, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_5, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_5, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_6, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_6, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_7, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_7, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_8, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_8, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_9, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_9, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_10, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_10, mapperV3 },
-                {GryoCompatibility.V1D0_3_3_11, mapperV1 },
-                {GryoCompatibility.V3D0_3_3_11, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_0, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_0, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_1, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_1, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_2, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_2, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_3, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_3, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_4, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_4, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_5, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_5, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_6, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_6, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_7, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_7, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_8, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_8, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_9, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_9, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_10, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_10, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_11, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_11, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_12, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_12, mapperV3 },
-                {GryoCompatibility.V1D0_3_4_13, mapperV1 },
-                {GryoCompatibility.V3D0_3_4_13, mapperV3 },
-
-                {GryoCompatibility.V1D0_3_5_0, mapperV1 },
-                {GryoCompatibility.V3D0_3_5_0, mapperV3 },
-                {GryoCompatibility.V1D0_3_5_1, mapperV1 },
-                {GryoCompatibility.V3D0_3_5_1, mapperV3 },
-                {GryoCompatibility.V1D0_3_5_2, mapperV1 },
-                {GryoCompatibility.V3D0_3_5_2, mapperV3 },
-
-                {GryoCompatibility.V1D0_3_6_0, mapperV1 },
-                {GryoCompatibility.V3D0_3_6_0, mapperV3 },
-        });
-    }
-
-    @Parameterized.Parameter(value = 0)
-    public Compatibility compatibility;
-
-    @Parameterized.Parameter(value = 1)
-    public Kryo mapper;
-
-    @Override
-    public <T> T read(final byte[] bytes, final Class<T> clazz) throws Exception {
-        final Input input = new Input(bytes);
-        return mapper.readObject(input, clazz);
-    }
-
-    @Override
-    public byte[] write(final Object o, final Class<?> clazz) throws Exception  {
-        try (ByteArrayOutputStream stream = new ByteArrayOutputStream()) {
-            final Output output = new Output(stream);
-            mapper.writeObject(output, o);
-            output.flush();
-            return stream.toByteArray();
-        }
-    }
-
-    @Override
-    public Compatibility getCompatibility() {
-        return compatibility;
-    }
-}
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_3/manual-graphson-generator.groovy b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_3/manual-graphson-generator.groovy
index 878f6a3..906aa31 100644
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_3/manual-graphson-generator.groovy
+++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_3/manual-graphson-generator.groovy
@@ -31,7 +31,6 @@ import org.apache.tinkerpop.gremlin.structure.io.graphson.*
 import org.apache.tinkerpop.gremlin.driver.message.*
 import org.apache.tinkerpop.gremlin.process.traversal.step.*
 import org.apache.tinkerpop.gremlin.process.traversal.step.TraversalOptionParent.Pick
-import org.apache.tinkerpop.gremlin.structure.io.gryo.*
 import org.apache.commons.configuration.BaseConfiguration
 
 import java.util.concurrent.TimeUnit
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_4/manual-graphson-generator.groovy b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_4/manual-graphson-generator.groovy
index e1ff14d..4624bda 100644
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_4/manual-graphson-generator.groovy
+++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_4/manual-graphson-generator.groovy
@@ -31,7 +31,6 @@ import org.apache.tinkerpop.gremlin.structure.io.graphson.*
 import org.apache.tinkerpop.gremlin.driver.message.*
 import org.apache.tinkerpop.gremlin.process.traversal.step.*
 import org.apache.tinkerpop.gremlin.process.traversal.step.TraversalOptionParent.Pick
-import org.apache.tinkerpop.gremlin.structure.io.gryo.*
 import org.apache.commons.configuration.BaseConfiguration
 
 import java.util.concurrent.TimeUnit
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/bytebuffer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/bytebuffer-v1d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/bytebuffer-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/bytecode-v1d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/class-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/class-v1d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/class-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/inetaddress-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/inetaddress-v1d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/inetaddress-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/metrics-v1d0.kryo
deleted file mode 100644
index 8fe199b..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/pand-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/pand-v1d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/pand-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/pick-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/pick-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/pick-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/por-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/por-v1d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/por-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/timestamp-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/timestamp-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/timestamp-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traversalmetrics-v1d0.kryo
deleted file mode 100644
index 741cf4d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/bytecode-v1d0.kryo
deleted file mode 100644
index d0cd658..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/manual-gryo-generator.groovy b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/manual-gryo-generator.groovy
deleted file mode 100644
index d231aa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/manual-gryo-generator.groovy
+++ /dev/null
@@ -1,198 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-
-import org.apache.commons.configuration.BaseConfiguration
-import org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
-import org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
-import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
-import org.apache.tinkerpop.shaded.kryo.io.Output
-
-import java.time.*
-import java.nio.file.*
-import org.apache.tinkerpop.gremlin.driver.ser.*
-import org.apache.tinkerpop.gremlin.process.traversal.*
-import org.apache.tinkerpop.gremlin.tinkergraph.structure.*
-import org.apache.tinkerpop.gremlin.structure.*
-import org.apache.tinkerpop.gremlin.structure.io.graphson.*
-import org.apache.tinkerpop.gremlin.driver.message.*
-import org.apache.tinkerpop.gremlin.process.traversal.step.*
-import org.apache.tinkerpop.gremlin.process.traversal.step.TraversalOptionParent.Pick
-import org.apache.tinkerpop.gremlin.structure.io.gryo.*
-
-import java.util.concurrent.TimeUnit
-
-new File("dev-docs/").mkdirs()
-new File("test-case-data/io/gryo").mkdirs()
-
-conf = new BaseConfiguration()
-conf.setProperty(TinkerGraph.GREMLIN_TINKERGRAPH_DEFAULT_VERTEX_PROPERTY_CARDINALITY, VertexProperty.Cardinality.list.name())
-graph = TinkerGraph.open(conf)
-TinkerFactory.generateTheCrew(graph)
-g = graph.traversal()
-
-createStaticTraversalMetrics = {
-    // based on g.V().hasLabel("person").out().out().tree().profile().next()
-    def traversalMutableMetrics = new ArrayList<>()
-    def m7 = new MutableMetrics("7.0.0()", "TinkerGraphStep(vertex,[~label.eq(person)])")
-    m7.setDuration(100, TimeUnit.MILLISECONDS)
-    m7.setCount("traverserCount", 4)
-    m7.setCount("elementCount", 4)
-    m7.setAnnotation("percentDur", 25.0d)
-    traversalMutableMetrics.add(m7)
-
-    def m2 = new MutableMetrics("2.0.0()", "VertexStep(OUT,vertex)")
-    m2.setDuration(100, TimeUnit.MILLISECONDS)
-    m2.setCount("traverserCount", 13)
-    m2.setCount("elementCount", 13)
-    m2.setAnnotation("percentDur", 25.0d)
-    traversalMutableMetrics.add(m2)
-
-    def m3 = new MutableMetrics("3.0.0()", "VertexStep(OUT,vertex)")
-    m3.setDuration(100, TimeUnit.MILLISECONDS)
-    m3.setCount("traverserCount", 7)
-    m3.setCount("elementCount", 7)
-    m3.setAnnotation("percentDur", 25.0d)
-    traversalMutableMetrics.add(m3)
-
-    def m4 = new MutableMetrics("4.0.0()", "TreeStep")
-    m4.setDuration(100, TimeUnit.MILLISECONDS)
-    m4.setCount("traverserCount", 1)
-    m4.setCount("elementCount", 1)
-    m4.setAnnotation("percentDur", 25.0d)
-    traversalMutableMetrics.add(m4)
-
-    return new DefaultTraversalMetrics(4000, traversalMutableMetrics)
-}
-
-toGryo = { o, type, mapper, suffix = "" ->
-    def fileToWriteTo = new File("test-case-data/io/gryo/" + type.toLowerCase().replace(" ","") + "-" + suffix + ".kryo")
-    if (fileToWriteTo.exists()) fileToWriteTo.delete()
-    final Output out = new Output(new FileOutputStream(fileToWriteTo))
-    mapper.writeObject(out, o)
-    out.close()
-}
-
-toGryoV1d0 = { o, type, mapper, comment = "" ->
-    toGryo(o, type, mapper, "v1d0")
-}
-
-writeSupportedObjects = { mapper, toGryoFunction ->
-    //toGryoFunction(File, "Class", mapper)
-    toGryoFunction(new Date(1481750076295L), "Date", mapper)
-    toGryoFunction(100.00d, "Double", mapper)
-    toGryoFunction(100.00f, "Float", mapper)
-    toGryoFunction(100, "Integer", mapper)
-    toGryoFunction(100L, "Long", mapper)
-    //toGryoFunction(new java.sql.Timestamp(1481750076295L), "Timestamp", mapper)
-    toGryoFunction(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786"), "UUID", mapper)
-
-    toGryoFunction(graph.edges().next(), "Edge", mapper)
-    toGryoFunction(g.V().out().out().path().next(), "Path", mapper)
-    toGryoFunction(graph.edges().next().properties().next(), "Property", mapper)
-    toGryoFunction(org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.of(graph.vertices().next()), "StarGraph", mapper)
-    toGryoFunction(graph, "TinkerGraph", mapper)
-    toGryoFunction(g.V(1).out().out().tree().next(), "Tree", mapper)
-    toGryoFunction(graph.vertices().next(), "Vertex", mapper)
-    toGryoFunction(graph.vertices().next().properties().next(), "VertexProperty", mapper)
-
-    toGryoFunction(SackFunctions.Barrier.normSack, "Barrier", mapper)
-    toGryoFunction(new Bytecode.Binding("x", 1), "Binding", mapper)
-    toGryoFunction(g.V().hasLabel('person').out().in().tree().asAdmin().getBytecode(), "Bytecode", mapper)
-    toGryoFunction(VertexProperty.Cardinality.list, "Cardinality", mapper)
-    toGryoFunction(Column.keys, "Column", mapper)
-    toGryoFunction(Direction.OUT, "Direction", mapper)
-    toGryoFunction(Operator.sum, "Operator", mapper)
-    toGryoFunction(Order.incr, "Order", mapper)
-    toGryoFunction(Pop.all, "Pop", mapper)
-    toGryoFunction(org.apache.tinkerpop.gremlin.util.function.Lambda.function("{ it.get() }"), "Lambda", mapper)
-    def tm = createStaticTraversalMetrics()
-    def metrics = new MutableMetrics(tm.getMetrics("7.0.0()"))
-    metrics.addNested(new MutableMetrics(tm.getMetrics("3.0.0()")))
-    toGryoFunction(metrics, "Metrics", mapper)
-    toGryoFunction(P.gt(0), "P", mapper)
-    toGryoFunction(P.gt(0).and(P.lt(10)), "P and", mapper)
-    toGryoFunction(P.gt(0).or(P.within(-1, -10, -100)), "P or", mapper)
-    toGryoFunction(Scope.local, "Scope", mapper)
-    toGryoFunction(T.label, "T", mapper)
-    toGryoFunction(createStaticTraversalMetrics(), "TraversalMetrics", mapper)
-    toGryoFunction(g.V().hasLabel('person').nextTraverser(), "Traverser", mapper)
-
-    /* not directly supported yet - there is a custom serializer in the way
-    def msg = null
-    msg = RequestMessage.build("authentication").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("saslMechanism", "PLAIN", "sasl", "AHN0ZXBocGhlbgBwYXNzd29yZA==").create()
-    toGryoFunction(msg, "Authentication Response", mapper)
-    msg = RequestMessage.build("eval").processor("session").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("gremlin", "g.V(x)", "bindings", [x: 1], "language", "gremlin-groovy", "session", UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).create()
-    toGryoFunction(msg, "Session Eval", mapper)
-    msg = RequestMessage.build("eval").processor("session").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("gremlin", "social.V(x)", "bindings", [x: 1], "language", "gremlin-groovy", "aliases", [g: "social"], "session", UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).create()
-    toGryoFunction(msg, "Session Eval Aliased", mapper)
-    msg = RequestMessage.build("close").processor("session").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("session", UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).create()
-    toGryoFunction(msg, "Session Close", mapper)
-    msg = RequestMessage.build("eval").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("gremlin", "g.V(x)", "bindings", [x: 1], "language", "gremlin-groovy").create()
-    toGryoFunction(msg, "Sessionless Eval", mapper)
-    msg = RequestMessage.build("eval").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("gremlin", "social.V(x)", "bindings", [x: 1], "language", "gremlin-groovy", "aliases", [g: "social"]).create()
-    toGryoFunction(msg, "Sessionless Eval Aliased", mapper)
-
-    msg = ResponseMessage.build(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).
-            code(org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode.AUTHENTICATE).create()
-    toGryoFunction(msg, "Authentication Challenge", mapper)
-    msg = ResponseMessage.build(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).
-            code(org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode.SUCCESS).
-            result(Arrays.asList(graph.vertices().next())).create()
-    toGryoFunction(msg, "Standard Result", mapper)
-    */
-
-    toGryoFunction(new java.math.BigDecimal(new java.math.BigInteger("123456789987654321123456789987654321")), "BigDecimal", mapper)
-    toGryoFunction(new java.math.BigInteger("123456789987654321123456789987654321"), "BigInteger", mapper)
-    toGryoFunction(new Byte("1"), "Byte", mapper)
-    //toGryoFunction(java.nio.ByteBuffer.wrap([1,2,3,4,5] as byte[]), "ByteBuffer", mapper)
-    toGryoFunction("x".charAt(0), "Char", mapper)
-    toGryoFunction(Duration.ofDays(5), "Duration", mapper)
-    //toGryoFunction(java.net.InetAddress.getByName("localhost"), "InetAddress", mapper)
-    toGryoFunction(Instant.parse("2016-12-14T16:39:19.349Z"), "Instant", mapper)
-    toGryoFunction(LocalDate.of(2016, 1, 1), "LocalDate", mapper)
-    toGryoFunction(LocalDateTime.of(2016, 1, 1, 12, 30), "LocalDateTime", mapper)
-    toGryoFunction(LocalTime.of(12, 30, 45), "LocalTime", mapper)
-    toGryoFunction(MonthDay.of(1, 1), "MonthDay", mapper)
-    toGryoFunction(OffsetDateTime.parse("2007-12-03T10:15:30+01:00"), "OffsetDateTime", mapper)
-    toGryoFunction(OffsetTime.parse("10:15:30+01:00"), "OffsetTime", mapper)
-    toGryoFunction(Period.of(1, 6, 15), "Period", mapper)
-    toGryoFunction(new Short("100"), "Short", mapper)
-    toGryoFunction(Year.of(2016), "Year", mapper)
-    toGryoFunction(YearMonth.of(2016, 6), "YearMonth", mapper)
-    toGryoFunction(ZonedDateTime.of(2016, 12, 23, 12, 12, 24, 36, ZoneId.of("GMT+2")), "ZonedDateTime", mapper)
-    toGryoFunction(ZoneOffset.ofHoursMinutesSeconds(3, 6, 9), "ZoneOffset", mapper)
-}
-
-mapper = GryoMapper.build().addRegistry(TinkerIoRegistryV2d0.instance()).create().createMapper()
-
-writeSupportedObjects(mapper, toGryoV1d0)
-
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/metrics-v1d0.kryo
deleted file mode 100644
index c098e38..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/traversalmetrics-v1d0.kryo
deleted file mode 100644
index 1aee9e9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_3/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/bytebuffer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/bytebuffer-v1d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/bytebuffer-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/bytecode-v1d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/class-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/class-v1d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/class-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/inetaddress-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/inetaddress-v1d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/inetaddress-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/manual-gryo-generator.groovy b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/manual-gryo-generator.groovy
deleted file mode 100644
index 6e66f36..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/manual-gryo-generator.groovy
+++ /dev/null
@@ -1,198 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-
-import org.apache.commons.configuration.BaseConfiguration
-import org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
-import org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
-import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
-import org.apache.tinkerpop.shaded.kryo.io.Output
-
-import java.time.*
-import java.nio.file.*
-import org.apache.tinkerpop.gremlin.driver.ser.*
-import org.apache.tinkerpop.gremlin.process.traversal.*
-import org.apache.tinkerpop.gremlin.tinkergraph.structure.*
-import org.apache.tinkerpop.gremlin.structure.*
-import org.apache.tinkerpop.gremlin.structure.io.graphson.*
-import org.apache.tinkerpop.gremlin.driver.message.*
-import org.apache.tinkerpop.gremlin.process.traversal.step.*
-import org.apache.tinkerpop.gremlin.process.traversal.step.TraversalOptionParent.Pick
-import org.apache.tinkerpop.gremlin.structure.io.gryo.*
-
-import java.util.concurrent.TimeUnit
-
-new File("dev-docs/").mkdirs()
-new File("test-case-data/io/gryo").mkdirs()
-
-conf = new BaseConfiguration()
-conf.setProperty(TinkerGraph.GREMLIN_TINKERGRAPH_DEFAULT_VERTEX_PROPERTY_CARDINALITY, VertexProperty.Cardinality.list.name())
-graph = TinkerGraph.open(conf)
-TinkerFactory.generateTheCrew(graph)
-g = graph.traversal()
-
-createStaticTraversalMetrics = {
-    // based on g.V().hasLabel("person").out().out().tree().profile().next()
-    def traversalMutableMetrics = new ArrayList<>()
-    def m7 = new MutableMetrics("7.0.0()", "TinkerGraphStep(vertex,[~label.eq(person)])")
-    m7.setDuration(100, TimeUnit.MILLISECONDS)
-    m7.setCount("traverserCount", 4)
-    m7.setCount("elementCount", 4)
-    m7.setAnnotation("percentDur", 25.0d)
-    traversalMutableMetrics.add(m7)
-
-    def m2 = new MutableMetrics("2.0.0()", "VertexStep(OUT,vertex)")
-    m2.setDuration(100, TimeUnit.MILLISECONDS)
-    m2.setCount("traverserCount", 13)
-    m2.setCount("elementCount", 13)
-    m2.setAnnotation("percentDur", 25.0d)
-    traversalMutableMetrics.add(m2)
-
-    def m3 = new MutableMetrics("3.0.0()", "VertexStep(OUT,vertex)")
-    m3.setDuration(100, TimeUnit.MILLISECONDS)
-    m3.setCount("traverserCount", 7)
-    m3.setCount("elementCount", 7)
-    m3.setAnnotation("percentDur", 25.0d)
-    traversalMutableMetrics.add(m3)
-
-    def m4 = new MutableMetrics("4.0.0()", "TreeStep")
-    m4.setDuration(100, TimeUnit.MILLISECONDS)
-    m4.setCount("traverserCount", 1)
-    m4.setCount("elementCount", 1)
-    m4.setAnnotation("percentDur", 25.0d)
-    traversalMutableMetrics.add(m4)
-
-    return new DefaultTraversalMetrics(4000, traversalMutableMetrics)
-}
-
-toGryo = { o, type, mapper, suffix = "" ->
-    def fileToWriteTo = new File("test-case-data/io/gryo/" + type.toLowerCase().replace(" ","") + "-" + suffix + ".kryo")
-    if (fileToWriteTo.exists()) fileToWriteTo.delete()
-    final Output out = new Output(new FileOutputStream(fileToWriteTo))
-    mapper.writeObject(out, o)
-    out.close()
-}
-
-toGryoV1d0 = { o, type, mapper, comment = "" ->
-    toGryo(o, type, mapper, "v1d0")
-}
-
-writeSupportedObjects = { mapper, toGryoFunction ->
-    toGryoFunction(File, "Class", mapper)
-    toGryoFunction(new Date(1481750076295L), "Date", mapper)
-    toGryoFunction(100.00d, "Double", mapper)
-    toGryoFunction(100.00f, "Float", mapper)
-    toGryoFunction(100, "Integer", mapper)
-    toGryoFunction(100L, "Long", mapper)
-    toGryoFunction(new java.sql.Timestamp(1481750076295L), "Timestamp", mapper)
-    toGryoFunction(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786"), "UUID", mapper)
-
-    toGryoFunction(graph.edges().next(), "Edge", mapper)
-    toGryoFunction(g.V().out().out().path().next(), "Path", mapper)
-    toGryoFunction(graph.edges().next().properties().next(), "Property", mapper)
-    toGryoFunction(org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.of(graph.vertices().next()), "StarGraph", mapper)
-    toGryoFunction(graph, "TinkerGraph", mapper)
-    toGryoFunction(g.V(1).out().out().tree().next(), "Tree", mapper)
-    toGryoFunction(graph.vertices().next(), "Vertex", mapper)
-    toGryoFunction(graph.vertices().next().properties().next(), "VertexProperty", mapper)
-
-    toGryoFunction(SackFunctions.Barrier.normSack, "Barrier", mapper)
-    toGryoFunction(new Bytecode.Binding("x", 1), "Binding", mapper)
-    toGryoFunction(g.V().hasLabel('person').out().in().tree().asAdmin().getBytecode(), "Bytecode", mapper)
-    toGryoFunction(VertexProperty.Cardinality.list, "Cardinality", mapper)
-    toGryoFunction(Column.keys, "Column", mapper)
-    toGryoFunction(Direction.OUT, "Direction", mapper)
-    toGryoFunction(Operator.sum, "Operator", mapper)
-    toGryoFunction(Order.incr, "Order", mapper)
-    toGryoFunction(Pop.all, "Pop", mapper)
-    toGryoFunction(org.apache.tinkerpop.gremlin.util.function.Lambda.function("{ it.get() }"), "Lambda", mapper)
-    def tm = createStaticTraversalMetrics()
-    def metrics = new MutableMetrics(tm.getMetrics("7.0.0()"))
-    metrics.addNested(new MutableMetrics(tm.getMetrics("3.0.0()")))
-    toGryoFunction(metrics, "Metrics", mapper)
-    toGryoFunction(P.gt(0), "P", mapper)
-    toGryoFunction(P.gt(0).and(P.lt(10)), "P and", mapper)
-    toGryoFunction(P.gt(0).or(P.within(-1, -10, -100)), "P or", mapper)
-    toGryoFunction(Scope.local, "Scope", mapper)
-    toGryoFunction(T.label, "T", mapper)
-    toGryoFunction(createStaticTraversalMetrics(), "TraversalMetrics", mapper)
-    toGryoFunction(g.V().hasLabel('person').nextTraverser(), "Traverser", mapper)
-
-    /* not directly supported yet - there is a custom serializer in the way
-    def msg = null
-    msg = RequestMessage.build("authentication").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("saslMechanism", "PLAIN", "sasl", "AHN0ZXBocGhlbgBwYXNzd29yZA==").create()
-    toGryoFunction(msg, "Authentication Response", mapper)
-    msg = RequestMessage.build("eval").processor("session").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("gremlin", "g.V(x)", "bindings", [x: 1], "language", "gremlin-groovy", "session", UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).create()
-    toGryoFunction(msg, "Session Eval", mapper)
-    msg = RequestMessage.build("eval").processor("session").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("gremlin", "social.V(x)", "bindings", [x: 1], "language", "gremlin-groovy", "aliases", [g: "social"], "session", UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).create()
-    toGryoFunction(msg, "Session Eval Aliased", mapper)
-    msg = RequestMessage.build("close").processor("session").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("session", UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).create()
-    toGryoFunction(msg, "Session Close", mapper)
-    msg = RequestMessage.build("eval").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("gremlin", "g.V(x)", "bindings", [x: 1], "language", "gremlin-groovy").create()
-    toGryoFunction(msg, "Sessionless Eval", mapper)
-    msg = RequestMessage.build("eval").
-            overrideRequestId(UUID.fromString("cb682578-9d92-4499-9ebc-5c6aa73c5397")).
-            add("gremlin", "social.V(x)", "bindings", [x: 1], "language", "gremlin-groovy", "aliases", [g: "social"]).create()
-    toGryoFunction(msg, "Sessionless Eval Aliased", mapper)
-
-    msg = ResponseMessage.build(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).
-            code(org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode.AUTHENTICATE).create()
-    toGryoFunction(msg, "Authentication Challenge", mapper)
-    msg = ResponseMessage.build(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).
-            code(org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode.SUCCESS).
-            result(Arrays.asList(graph.vertices().next())).create()
-    toGryoFunction(msg, "Standard Result", mapper)
-    */
-
-    toGryoFunction(new java.math.BigDecimal(new java.math.BigInteger("123456789987654321123456789987654321")), "BigDecimal", mapper)
-    toGryoFunction(new java.math.BigInteger("123456789987654321123456789987654321"), "BigInteger", mapper)
-    toGryoFunction(new Byte("1"), "Byte", mapper)
-    toGryoFunction(java.nio.ByteBuffer.wrap("some bytes for you".getBytes()), "ByteBuffer", mapper)
-    toGryoFunction("x".charAt(0), "Char", mapper)
-    toGryoFunction(Duration.ofDays(5), "Duration", mapper)
-    toGryoFunction(java.net.InetAddress.getByName("localhost"), "InetAddress", mapper)
-    toGryoFunction(Instant.parse("2016-12-14T16:39:19.349Z"), "Instant", mapper)
-    toGryoFunction(LocalDate.of(2016, 1, 1), "LocalDate", mapper)
-    toGryoFunction(LocalDateTime.of(2016, 1, 1, 12, 30), "LocalDateTime", mapper)
-    toGryoFunction(LocalTime.of(12, 30, 45), "LocalTime", mapper)
-    toGryoFunction(MonthDay.of(1, 1), "MonthDay", mapper)
-    toGryoFunction(OffsetDateTime.parse("2007-12-03T10:15:30+01:00"), "OffsetDateTime", mapper)
-    toGryoFunction(OffsetTime.parse("10:15:30+01:00"), "OffsetTime", mapper)
-    toGryoFunction(Period.of(1, 6, 15), "Period", mapper)
-    toGryoFunction(new Short("100"), "Short", mapper)
-    toGryoFunction(Year.of(2016), "Year", mapper)
-    toGryoFunction(YearMonth.of(2016, 6), "YearMonth", mapper)
-    toGryoFunction(ZonedDateTime.of(2016, 12, 23, 12, 12, 24, 36, ZoneId.of("GMT+2")), "ZonedDateTime", mapper)
-    toGryoFunction(ZoneOffset.ofHoursMinutesSeconds(3, 6, 9), "ZoneOffset", mapper)
-}
-
-mapper = GryoMapper.build().addRegistry(TinkerIoRegistryV2d0.instance()).create().createMapper()
-
-writeSupportedObjects(mapper, toGryoV1d0)
-
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/metrics-v1d0.kryo
deleted file mode 100644
index c098e38..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/pand-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/pand-v1d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/pand-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/por-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/por-v1d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/por-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/timestamp-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/timestamp-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/timestamp-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/traversalmetrics-v1d0.kryo
deleted file mode 100644
index 1aee9e9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_4/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/bytebuffer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/bytebuffer-v1d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/bytebuffer-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/bytecode-v1d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/class-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/class-v1d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/class-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/inetaddress-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/inetaddress-v1d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/inetaddress-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/metrics-v1d0.kryo
deleted file mode 100644
index c098e38..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/pand-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/pand-v1d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/pand-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/pick-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/pick-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/pick-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/por-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/por-v1d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/por-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/timestamp-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/timestamp-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/timestamp-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/traversalmetrics-v1d0.kryo
deleted file mode 100644
index 1aee9e9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_5/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/bytebuffer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/bytebuffer-v1d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/bytebuffer-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/bytecode-v1d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/class-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/class-v1d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/class-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/inetaddress-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/inetaddress-v1d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/inetaddress-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/metrics-v1d0.kryo
deleted file mode 100644
index 38c2441..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/pand-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/pand-v1d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/pand-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/pick-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/pick-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/pick-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/por-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/por-v1d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/por-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/timestamp-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/timestamp-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/timestamp-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/traversalmetrics-v1d0.kryo
deleted file mode 100644
index b741eea..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_6/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/bytebuffer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/bytebuffer-v1d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/bytebuffer-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/bytecode-v1d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/class-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/class-v1d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/class-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/inetaddress-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/inetaddress-v1d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/inetaddress-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/metrics-v1d0.kryo
deleted file mode 100644
index 8382a13..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/pand-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/pand-v1d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/pand-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/pick-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/pick-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/pick-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/por-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/por-v1d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/por-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/timestamp-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/timestamp-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/timestamp-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/traversalmetrics-v1d0.kryo
deleted file mode 100644
index 210cb02..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_7/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/bytebuffer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/bytebuffer-v1d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/bytebuffer-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/bytecode-v1d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/class-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/class-v1d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/class-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/inetaddress-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/inetaddress-v1d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/inetaddress-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/metrics-v1d0.kryo
deleted file mode 100644
index 50802e1..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/pand-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/pand-v1d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/pand-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/pick-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/pick-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/pick-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/por-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/por-v1d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/por-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/timestamp-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/timestamp-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/timestamp-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/traversalmetrics-v1d0.kryo
deleted file mode 100644
index c949bdf..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_8/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/bytebuffer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/bytebuffer-v1d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/bytebuffer-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/bytecode-v1d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/class-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/class-v1d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/class-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/inetaddress-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/inetaddress-v1d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/inetaddress-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/metrics-v1d0.kryo
deleted file mode 100644
index d7ec49e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/pand-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/pand-v1d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/pand-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/pick-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/pick-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/pick-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/por-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/por-v1d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/por-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/timestamp-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/timestamp-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/timestamp-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/traversalmetrics-v1d0.kryo
deleted file mode 100644
index bd6d638..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_9/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/authenticationchallenge-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/authenticationchallenge-v3d0.kryo
deleted file mode 100644
index baf91ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/authenticationchallenge-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/authenticationresponse-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/authenticationresponse-v3d0.kryo
deleted file mode 100644
index 1f99f2a..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/authenticationresponse-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S��authenticatio�saslMechanis�PLAI�sas�AHN0ZXBocGhlbgBwYXNzd29yZA=�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/barrier-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/barrier-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/barrier-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bigdecimal-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bigdecimal-v3d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bigdecimal-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/biginteger-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/biginteger-v3d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/biginteger-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/binding-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/binding-v3d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/binding-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/byte-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/byte-v3d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/byte-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytebuffer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytebuffer-v1d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytebuffer-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytebuffer-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytebuffer-v3d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytebuffer-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytecode-v1d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytecode-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytecode-v3d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/bytecode-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/cardinality-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/cardinality-v3d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/cardinality-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/char-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/char-v3d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/char-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/class-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/class-v1d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/class-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/class-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/class-v3d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/class-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/column-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/column-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/column-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/date-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/date-v3d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/date-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/direction-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/direction-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/direction-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/double-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/double-v3d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/double-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/duration-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/duration-v3d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/duration-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/edge-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/edge-v3d0.kryo
deleted file mode 100644
index 6dfbefb..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/edge-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/float-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/float-v3d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/float-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/inetaddress-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/inetaddress-v1d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/inetaddress-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/inetaddress-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/inetaddress-v3d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/inetaddress-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/instant-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/instant-v3d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/instant-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/integer-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/integer-v3d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/integer-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/lambda-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/lambda-v3d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/lambda-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdate-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdate-v3d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdate-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdatetime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdatetime-v3d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localdatetime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localtime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localtime-v3d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/localtime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/long-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/long-v3d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/long-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/metrics-v1d0.kryo
deleted file mode 100644
index f660f85..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/metrics-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/metrics-v3d0.kryo
deleted file mode 100644
index f65dd63..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/metrics-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/monthday-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/monthday-v3d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/monthday-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsetdatetime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsetdatetime-v3d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsetdatetime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsettime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsettime-v3d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/offsettime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/operator-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/operator-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/operator-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/order-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/order-v3d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/order-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/p-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/p-v3d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/p-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pand-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pand-v1d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pand-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pand-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pand-v3d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pand-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/path-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/path-v3d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/path-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/period-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/period-v3d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/period-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pick-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pick-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pick-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pick-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pick-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pick-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pop-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pop-v3d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/pop-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/por-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/por-v1d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/por-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/por-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/por-v3d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/por-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/property-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/property-v3d0.kryo
deleted file mode 100644
index a7d9c27..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/property-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��develop�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/scope-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/scope-v3d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/scope-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionclose-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionclose-v3d0.kryo
deleted file mode 100644
index 1bad6a1..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionclose-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S�sessio�clos�sessio�unique-session-identifie�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessioneval-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessioneval-v3d0.kryo
deleted file mode 100644
index f551b96..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessioneval-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S�sessio�eva�gremli�g.V(x�languag�gremlin-groov�sessio�unique-session-identifie�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionevalaliased-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionevalaliased-v3d0.kryo
deleted file mode 100644
index 8bb5889..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionevalaliased-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S�sessio�eva�gremli�social.V(x�languag�gremlin-groov�aliase�
�gsocia�sessio�unique-session-identifie�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionlesseval-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionlesseval-v3d0.kryo
deleted file mode 100644
index fd84e20..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionlesseval-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S��eva�gremli�g.V(x�languag�gremlin-groov�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionlessevalaliased-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionlessevalaliased-v3d0.kryo
deleted file mode 100644
index d3745be..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/sessionlessevalaliased-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S��eva�gremli�social.V(x�languag�gremlin-groov�aliase�
�gsocia�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/short-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/short-v3d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/short-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/standardresult-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/standardresult-v3d0.kryo
deleted file mode 100644
index 06c5d8a..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/standardresult-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/stargraph-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/stargraph-v3d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/stargraph-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/t-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/t-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/t-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/timestamp-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/timestamp-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/timestamp-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/timestamp-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/timestamp-v3d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/timestamp-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tinkergraph-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tinkergraph-v3d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tinkergraph-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traversalmetrics-v1d0.kryo
deleted file mode 100644
index 5eeb07d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traversalmetrics-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traversalmetrics-v3d0.kryo
deleted file mode 100644
index 5ec44fd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traversalmetrics-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traverser-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traverser-v3d0.kryo
deleted file mode 100644
index 7c1fb0d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/traverser-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tree-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tree-v3d0.kryo
deleted file mode 100644
index d5a9dd9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/tree-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/uuid-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/uuid-v3d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/uuid-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertex-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertex-v3d0.kryo
deleted file mode 100644
index 4464039..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertex-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertexproperty-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertexproperty-v3d0.kryo
deleted file mode 100644
index 95f8be0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/vertexproperty-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/year-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/year-v3d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/year-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/yearmonth-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/yearmonth-v3d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/yearmonth-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneddatetime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneddatetime-v3d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneddatetime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneoffset-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneoffset-v3d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_0/zoneoffset-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/authenticationchallenge-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/authenticationchallenge-v3d0.kryo
deleted file mode 100644
index baf91ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/authenticationchallenge-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/authenticationresponse-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/authenticationresponse-v3d0.kryo
deleted file mode 100644
index 1f99f2a..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/authenticationresponse-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S��authenticatio�saslMechanis�PLAI�sas�AHN0ZXBocGhlbgBwYXNzd29yZA=�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/barrier-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/barrier-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/barrier-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bigdecimal-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bigdecimal-v3d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bigdecimal-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/biginteger-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/biginteger-v3d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/biginteger-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/binding-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/binding-v3d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/binding-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/byte-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/byte-v3d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/byte-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytebuffer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytebuffer-v1d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytebuffer-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytebuffer-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytebuffer-v3d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytebuffer-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytecode-v1d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytecode-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytecode-v3d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/bytecode-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/cardinality-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/cardinality-v3d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/cardinality-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/char-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/char-v3d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/char-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/class-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/class-v1d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/class-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/class-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/class-v3d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/class-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/column-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/column-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/column-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/date-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/date-v3d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/date-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/direction-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/direction-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/direction-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/double-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/double-v3d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/double-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/duration-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/duration-v3d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/duration-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/edge-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/edge-v3d0.kryo
deleted file mode 100644
index 6dfbefb..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/edge-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/float-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/float-v3d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/float-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/inetaddress-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/inetaddress-v1d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/inetaddress-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/inetaddress-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/inetaddress-v3d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/inetaddress-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/instant-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/instant-v3d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/instant-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/integer-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/integer-v3d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/integer-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/lambda-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/lambda-v3d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/lambda-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/list-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/list-v1d0.kryo
deleted file mode 100644
index 4666998..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/list-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-perso�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/list-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/list-v3d0.kryo
deleted file mode 100644
index 4666998..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/list-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-perso�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdate-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdate-v3d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdate-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdatetime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdatetime-v3d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localdatetime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localtime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localtime-v3d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/localtime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/long-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/long-v3d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/long-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/map-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/map-v1d0.kryo
deleted file mode 100644
index 73bfada..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/map-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-(�����+re�(�����+tes��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/map-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/map-v3d0.kryo
deleted file mode 100644
index 73bfada..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/map-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-(�����+re�(�����+tes��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/metrics-v1d0.kryo
deleted file mode 100644
index f660f85..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/metrics-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/metrics-v3d0.kryo
deleted file mode 100644
index f65dd63..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/metrics-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/monthday-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/monthday-v3d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/monthday-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsetdatetime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsetdatetime-v3d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsetdatetime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsettime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsettime-v3d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/offsettime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/operator-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/operator-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/operator-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/order-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/order-v3d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/order-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/p-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/p-v3d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/p-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pand-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pand-v1d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pand-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pand-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pand-v3d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pand-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/path-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/path-v3d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/path-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/period-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/period-v3d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/period-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pick-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pick-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pick-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pick-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pick-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pick-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pop-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pop-v3d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/pop-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/por-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/por-v1d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/por-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/por-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/por-v3d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/por-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/property-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/property-v3d0.kryo
deleted file mode 100644
index a7d9c27..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/property-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��develop�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/scope-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/scope-v3d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/scope-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionclose-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionclose-v3d0.kryo
deleted file mode 100644
index 1bad6a1..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionclose-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S�sessio�clos�sessio�unique-session-identifie�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessioneval-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessioneval-v3d0.kryo
deleted file mode 100644
index f551b96..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessioneval-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S�sessio�eva�gremli�g.V(x�languag�gremlin-groov�sessio�unique-session-identifie�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionevalaliased-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionevalaliased-v3d0.kryo
deleted file mode 100644
index 8bb5889..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionevalaliased-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S�sessio�eva�gremli�social.V(x�languag�gremlin-groov�aliase�
�gsocia�sessio�unique-session-identifie�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionlesseval-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionlesseval-v3d0.kryo
deleted file mode 100644
index fd84e20..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionlesseval-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S��eva�gremli�g.V(x�languag�gremlin-groov�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionlessevalaliased-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionlessevalaliased-v3d0.kryo
deleted file mode 100644
index d3745be..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/sessionlessevalaliased-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S��eva�gremli�social.V(x�languag�gremlin-groov�aliase�
�gsocia�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/set-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/set-v1d0.kryo
deleted file mode 100644
index 4785268..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/set-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-perso�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/set-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/set-v3d0.kryo
deleted file mode 100644
index 4785268..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/set-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-perso�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/short-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/short-v3d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/short-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/standardresult-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/standardresult-v3d0.kryo
deleted file mode 100644
index 06c5d8a..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/standardresult-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/stargraph-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/stargraph-v3d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/stargraph-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/t-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/t-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/t-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/timestamp-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/timestamp-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/timestamp-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/timestamp-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/timestamp-v3d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/timestamp-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tinkergraph-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tinkergraph-v3d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tinkergraph-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traversalmetrics-v1d0.kryo
deleted file mode 100644
index 5eeb07d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traversalmetrics-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traversalmetrics-v3d0.kryo
deleted file mode 100644
index 5ec44fd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traversalmetrics-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traverser-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traverser-v3d0.kryo
deleted file mode 100644
index 7c1fb0d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/traverser-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tree-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tree-v3d0.kryo
deleted file mode 100644
index d5a9dd9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/tree-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/uuid-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/uuid-v3d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/uuid-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertex-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertex-v3d0.kryo
deleted file mode 100644
index 4464039..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertex-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertexproperty-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertexproperty-v3d0.kryo
deleted file mode 100644
index 95f8be0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/vertexproperty-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/year-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/year-v3d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/year-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/yearmonth-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/yearmonth-v3d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/yearmonth-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneddatetime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneddatetime-v3d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneddatetime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneoffset-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneoffset-v3d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_1/zoneoffset-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/authenticationchallenge-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/authenticationchallenge-v3d0.kryo
deleted file mode 100644
index baf91ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/authenticationchallenge-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/authenticationresponse-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/authenticationresponse-v3d0.kryo
deleted file mode 100644
index 1f99f2a..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/authenticationresponse-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S��authenticatio�saslMechanis�PLAI�sas�AHN0ZXBocGhlbgBwYXNzd29yZA=�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/barrier-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/barrier-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/barrier-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bigdecimal-v1d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bigdecimal-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bigdecimal-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bigdecimal-v3d0.kryo
deleted file mode 100644
index d4f40e0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bigdecimal-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/biginteger-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/biginteger-v1d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/biginteger-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/biginteger-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/biginteger-v3d0.kryo
deleted file mode 100644
index f424ac6..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/biginteger-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-����тZ�}Dv��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/binding-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/binding-v1d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/binding-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/binding-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/binding-v3d0.kryo
deleted file mode 100644
index 103143b..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/binding-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/byte-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/byte-v1d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/byte-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/byte-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/byte-v3d0.kryo
deleted file mode 100644
index 6b2aaa7..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/byte-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytebuffer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytebuffer-v1d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytebuffer-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytebuffer-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytebuffer-v3d0.kryo
deleted file mode 100644
index ba94b5d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytebuffer-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytecode-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytecode-v1d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytecode-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytecode-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytecode-v3d0.kryo
deleted file mode 100644
index edf8dd4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/bytecode-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/cardinality-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/cardinality-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/cardinality-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/cardinality-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/cardinality-v3d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/cardinality-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/char-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/char-v1d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/char-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/char-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/char-v3d0.kryo
deleted file mode 100644
index 718882c..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/char-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/class-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/class-v1d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/class-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/class-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/class-v3d0.kryo
deleted file mode 100644
index e8b65af..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/class-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-java.io.Fil�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/column-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/column-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/column-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/column-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/column-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/column-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/date-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/date-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/date-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/date-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/date-v3d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/date-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/direction-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/direction-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/direction-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/direction-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/direction-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/direction-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/double-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/double-v1d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/double-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/double-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/double-v3d0.kryo
deleted file mode 100644
index 36506ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/double-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/duration-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/duration-v1d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/duration-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/duration-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/duration-v3d0.kryo
deleted file mode 100644
index d640ae0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/duration-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/edge-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/edge-v1d0.kryo
deleted file mode 100644
index d2a2492..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/edge-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/edge-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/edge-v3d0.kryo
deleted file mode 100644
index 6dfbefb..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/edge-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/float-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/float-v1d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/float-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/float-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/float-v3d0.kryo
deleted file mode 100644
index 19a8865..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/float-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/inetaddress-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/inetaddress-v1d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/inetaddress-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/inetaddress-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/inetaddress-v3d0.kryo
deleted file mode 100644
index af797a5..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/inetaddress-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-localhos�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/instant-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/instant-v1d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/instant-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/instant-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/instant-v3d0.kryo
deleted file mode 100644
index d9466cd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/instant-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/integer-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/integer-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/integer-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/integer-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/integer-v3d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/integer-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/lambda-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/lambda-v1d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/lambda-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/lambda-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/lambda-v3d0.kryo
deleted file mode 100644
index 463661d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/lambda-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdate-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdate-v1d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdate-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdate-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdate-v3d0.kryo
deleted file mode 100644
index f82dd16..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdate-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdatetime-v1d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdatetime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdatetime-v3d0.kryo
deleted file mode 100644
index 97eae64..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localdatetime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localtime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localtime-v1d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localtime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localtime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localtime-v3d0.kryo
deleted file mode 100644
index 1b5bfa4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/localtime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/long-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/long-v1d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/long-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/long-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/long-v3d0.kryo
deleted file mode 100644
index ff28336..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/long-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/metrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/metrics-v1d0.kryo
deleted file mode 100644
index f660f85..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/metrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/metrics-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/metrics-v3d0.kryo
deleted file mode 100644
index f65dd63..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/metrics-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/monthday-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/monthday-v1d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/monthday-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/monthday-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/monthday-v3d0.kryo
deleted file mode 100644
index 5acab8f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/monthday-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsetdatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsetdatetime-v1d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsetdatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsetdatetime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsetdatetime-v3d0.kryo
deleted file mode 100644
index 6bb92d0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsetdatetime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsettime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsettime-v1d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsettime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsettime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsettime-v3d0.kryo
deleted file mode 100644
index d1621aa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/offsettime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/operator-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/operator-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/operator-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/operator-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/operator-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/operator-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/order-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/order-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/order-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/order-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/order-v3d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/order-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/p-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/p-v1d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/p-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/p-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/p-v3d0.kryo
deleted file mode 100644
index 3c676a8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/p-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pand-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pand-v1d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pand-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pand-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pand-v3d0.kryo
deleted file mode 100644
index 5477e40..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pand-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/path-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/path-v1d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/path-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/path-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/path-v3d0.kryo
deleted file mode 100644
index bac203d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/path-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/period-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/period-v1d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/period-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/period-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/period-v3d0.kryo
deleted file mode 100644
index f04e9c8..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/period-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pick-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pick-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pick-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pick-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pick-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pick-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pop-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pop-v1d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pop-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pop-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pop-v3d0.kryo
deleted file mode 100644
index c8c7811..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pop-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/por-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/por-v1d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/por-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/por-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/por-v3d0.kryo
deleted file mode 100644
index 8b8ebb4..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/por-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/property-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/property-v1d0.kryo
deleted file mode 100644
index 133ac6f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/property-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/property-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/property-v3d0.kryo
deleted file mode 100644
index a7d9c27..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/property-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-sinc��develop�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithin-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithin-v1d0.kryo
deleted file mode 100644
index 35dfe21..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithin-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithin-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithin-v3d0.kryo
deleted file mode 100644
index 35dfe21..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithin-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithout-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithout-v1d0.kryo
deleted file mode 100644
index 50f14cf..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithout-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithout-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithout-v3d0.kryo
deleted file mode 100644
index 50f14cf..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/pwithout-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/scope-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/scope-v1d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/scope-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/scope-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/scope-v3d0.kryo
deleted file mode 100644
index 71bd63e..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/scope-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionclose-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionclose-v3d0.kryo
deleted file mode 100644
index 1bad6a1..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionclose-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S�sessio�clos�sessio�unique-session-identifie�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessioneval-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessioneval-v3d0.kryo
deleted file mode 100644
index f551b96..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessioneval-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S�sessio�eva�gremli�g.V(x�languag�gremlin-groov�sessio�unique-session-identifie�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionevalaliased-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionevalaliased-v3d0.kryo
deleted file mode 100644
index 8bb5889..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionevalaliased-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S�sessio�eva�gremli�social.V(x�languag�gremlin-groov�aliase�
�gsocia�sessio�unique-session-identifie�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionlesseval-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionlesseval-v3d0.kryo
deleted file mode 100644
index fd84e20..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionlesseval-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S��eva�gremli�g.V(x�languag�gremlin-groov�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionlessevalaliased-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionlessevalaliased-v3d0.kryo
deleted file mode 100644
index d3745be..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/sessionlessevalaliased-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S��eva�gremli�social.V(x�languag�gremlin-groov�aliase�
�gsocia�binding�
�x
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/short-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/short-v1d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/short-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/short-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/short-v3d0.kryo
deleted file mode 100644
index 6060b89..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/short-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/standardresult-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/standardresult-v3d0.kryo
deleted file mode 100644
index 06c5d8a..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/standardresult-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/stargraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/stargraph-v1d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/stargraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/stargraph-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/stargraph-v3d0.kryo
deleted file mode 100644
index 9947842..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/stargraph-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/t-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/t-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/t-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/t-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/t-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/t-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/timestamp-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/timestamp-v1d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/timestamp-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/timestamp-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/timestamp-v3d0.kryo
deleted file mode 100644
index a86f98f..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/timestamp-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�����+
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tinkergraph-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tinkergraph-v1d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tinkergraph-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tinkergraph-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tinkergraph-v3d0.kryo
deleted file mode 100644
index 5789986..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tinkergraph-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traversalmetrics-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traversalmetrics-v1d0.kryo
deleted file mode 100644
index 5eeb07d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traversalmetrics-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traversalmetrics-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traversalmetrics-v3d0.kryo
deleted file mode 100644
index 5ec44fd..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traversalmetrics-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traverser-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traverser-v1d0.kryo
deleted file mode 100644
index cc019f0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traverser-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traverser-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traverser-v3d0.kryo
deleted file mode 100644
index 7c1fb0d..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/traverser-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tree-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tree-v1d0.kryo
deleted file mode 100644
index 682529f..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tree-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tree-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tree-v3d0.kryo
deleted file mode 100644
index d5a9dd9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/tree-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/uuid-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/uuid-v1d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/uuid-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/uuid-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/uuid-v3d0.kryo
deleted file mode 100644
index 34fc35d..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/uuid-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-A�� �J��y���7�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertex-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertex-v1d0.kryo
deleted file mode 100644
index c58ac46..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertex-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertex-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertex-v3d0.kryo
deleted file mode 100644
index 4464039..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertex-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertexproperty-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertexproperty-v1d0.kryo
deleted file mode 100644
index 3b74daa..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertexproperty-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertexproperty-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertexproperty-v3d0.kryo
deleted file mode 100644
index 95f8be0..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/vertexproperty-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/year-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/year-v1d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/year-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/year-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/year-v3d0.kryo
deleted file mode 100644
index 2ec2ef9..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/year-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/yearmonth-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/yearmonth-v1d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/yearmonth-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/yearmonth-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/yearmonth-v3d0.kryo
deleted file mode 100644
index 47e3a3e..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/yearmonth-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneddatetime-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneddatetime-v1d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneddatetime-v1d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneddatetime-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneddatetime-v3d0.kryo
deleted file mode 100644
index 3ebbce5..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneddatetime-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneoffset-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneoffset-v1d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneoffset-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneoffset-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneoffset-v3d0.kryo
deleted file mode 100644
index 4d34f9c..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_10/zoneoffset-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-+03:06:0�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/authenticationchallenge-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/authenticationchallenge-v3d0.kryo
deleted file mode 100644
index baf91ac..0000000
Binary files a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/authenticationchallenge-v3d0.kryo and /dev/null differ
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/authenticationresponse-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/authenticationresponse-v3d0.kryo
deleted file mode 100644
index 1f99f2a..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/authenticationresponse-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-�h%x��D���\j�<S��authenticatio�saslMechanis�PLAI�sas�AHN0ZXBocGhlbgBwYXNzd29yZA=�
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/barrier-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/barrier-v1d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/barrier-v1d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/barrier-v3d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/barrier-v3d0.kryo
deleted file mode 100644
index 40fdece..0000000
--- a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/barrier-v3d0.kryo
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/bigdecimal-v1d0.kryo b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_11/bigdecimal-v1d0.kryo
deleted file mode 100644
... 19284 lines suppressed ...