Merge branch 'TINKERPOP-1874-master'

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/323bdadf
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/323bdadf
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/323bdadf

Branch: refs/heads/TINKERPOP-1878
Commit: 323bdadf48b1ca77dd007d4e95c66a9797b9e063
Parents: 3ad3b21 e8cb628
Author: Stephen Mallette <[email protected]>
Authored: Wed Jan 24 08:09:51 2018 -0500
Committer: Stephen Mallette <[email protected]>
Committed: Wed Jan 24 08:09:51 2018 -0500

----------------------------------------------------------------------
 docs/src/dev/developer/for-committers.asciidoc  |  72 ++
 docs/src/dev/developer/release.asciidoc         |   5 +-
 docs/src/dev/io/graphson.asciidoc               |  86 +-
 .../GraphSONMapperPartialEmbeddedTypeTest.java  |  28 +
 gremlin-dotnet/glv/P.template                   |   7 +-
 .../src/Gremlin.Net/Process/Traversal/P.cs      |   6 +-
 gremlin-test/features/filter/Has.feature        |  44 +
 .../process/traversal/step/filter/HasTest.java  |  60 ++
 .../tinkerpop/gremlin/structure/io/Model.java   |   2 +
 .../io/graphson/GraphSONCompatibility.java      |   6 +-
 .../structure/io/gryo/GryoCompatibility.java    |   6 +-
 .../structure/io/CompatibilitiesTest.java       | 123 ++-
 .../GraphSONTypedCompatibilityTest.java         |   4 +-
 .../GraphSONUntypedCompatibilityTest.java       |   4 +-
 .../io/gryo/GryoCompatibilityTest.java          |   6 +-
 .../_3_3_2/authenticationchallenge-v1d0.json    |  12 +
 .../authenticationchallenge-v2d0-no-types.json  |  12 +
 .../authenticationchallenge-v2d0-partial.json   |  12 +
 .../_3_3_2/authenticationchallenge-v3d0.json    |  18 +
 .../_3_3_2/authenticationresponse-v1d0.json     |   9 +
 .../authenticationresponse-v2d0-no-types.json   |   9 +
 .../authenticationresponse-v2d0-partial.json    |   9 +
 .../_3_3_2/authenticationresponse-v3d0.json     |   9 +
 .../graphson/_3_3_2/barrier-v2d0-partial.json   |   4 +
 .../io/graphson/_3_3_2/barrier-v3d0.json        |   4 +
 .../_3_3_2/bigdecimal-v2d0-partial.json         |   4 +
 .../io/graphson/_3_3_2/bigdecimal-v3d0.json     |   4 +
 .../_3_3_2/biginteger-v2d0-partial.json         |   4 +
 .../io/graphson/_3_3_2/biginteger-v3d0.json     |   4 +
 .../graphson/_3_3_2/binding-v2d0-partial.json   |  10 +
 .../io/graphson/_3_3_2/binding-v3d0.json        |  10 +
 .../io/graphson/_3_3_2/byte-v2d0-partial.json   |   4 +
 .../structure/io/graphson/_3_3_2/byte-v3d0.json |   4 +
 .../_3_3_2/bytebuffer-v2d0-partial.json         |   4 +
 .../io/graphson/_3_3_2/bytebuffer-v3d0.json     |   4 +
 .../graphson/_3_3_2/bytecode-v2d0-partial.json  |   6 +
 .../io/graphson/_3_3_2/bytecode-v3d0.json       |   6 +
 .../_3_3_2/cardinality-v2d0-partial.json        |   4 +
 .../io/graphson/_3_3_2/cardinality-v3d0.json    |   4 +
 .../io/graphson/_3_3_2/char-v2d0-partial.json   |   4 +
 .../structure/io/graphson/_3_3_2/char-v3d0.json |   4 +
 .../io/graphson/_3_3_2/class-v2d0-partial.json  |   4 +
 .../io/graphson/_3_3_2/class-v3d0.json          |   4 +
 .../io/graphson/_3_3_2/column-v2d0-partial.json |   4 +
 .../io/graphson/_3_3_2/column-v3d0.json         |   4 +
 .../io/graphson/_3_3_2/date-v2d0-no-types.json  |   1 +
 .../io/graphson/_3_3_2/date-v2d0-partial.json   |   4 +
 .../structure/io/graphson/_3_3_2/date-v3d0.json |   4 +
 .../graphson/_3_3_2/direction-v2d0-partial.json |   4 +
 .../io/graphson/_3_3_2/direction-v3d0.json      |   4 +
 .../graphson/_3_3_2/double-v2d0-no-types.json   |   1 +
 .../io/graphson/_3_3_2/double-v2d0-partial.json |   4 +
 .../io/graphson/_3_3_2/double-v3d0.json         |   4 +
 .../graphson/_3_3_2/duration-v2d0-partial.json  |   4 +
 .../io/graphson/_3_3_2/duration-v3d0.json       |   4 +
 .../structure/io/graphson/_3_3_2/edge-v1d0.json |  12 +
 .../io/graphson/_3_3_2/edge-v2d0-no-types.json  |  14 +
 .../io/graphson/_3_3_2/edge-v2d0-partial.json   |  32 +
 .../structure/io/graphson/_3_3_2/edge-v3d0.json |  32 +
 .../io/graphson/_3_3_2/float-v2d0-partial.json  |   4 +
 .../io/graphson/_3_3_2/float-v3d0.json          |   4 +
 .../_3_3_2/inetaddress-v2d0-partial.json        |   4 +
 .../io/graphson/_3_3_2/inetaddress-v3d0.json    |   4 +
 .../graphson/_3_3_2/instant-v2d0-partial.json   |   4 +
 .../io/graphson/_3_3_2/instant-v3d0.json        |   4 +
 .../graphson/_3_3_2/integer-v2d0-no-types.json  |   1 +
 .../graphson/_3_3_2/integer-v2d0-partial.json   |   4 +
 .../io/graphson/_3_3_2/integer-v3d0.json        |   4 +
 .../io/graphson/_3_3_2/lambda-v2d0-partial.json |   8 +
 .../io/graphson/_3_3_2/lambda-v3d0.json         |   8 +
 .../structure/io/graphson/_3_3_2/list-v3d0.json |   7 +
 .../graphson/_3_3_2/localdate-v2d0-partial.json |   4 +
 .../io/graphson/_3_3_2/localdate-v3d0.json      |   4 +
 .../_3_3_2/localdatetime-v2d0-partial.json      |   4 +
 .../io/graphson/_3_3_2/localdatetime-v3d0.json  |   4 +
 .../graphson/_3_3_2/localtime-v2d0-partial.json |   4 +
 .../io/graphson/_3_3_2/localtime-v3d0.json      |   4 +
 .../io/graphson/_3_3_2/long-v2d0-partial.json   |   4 +
 .../structure/io/graphson/_3_3_2/long-v3d0.json |   4 +
 .../structure/io/graphson/_3_3_2/map-v3d0.json  |  25 +
 .../graphson/_3_3_2/metrics-v2d0-partial.json   |  54 ++
 .../io/graphson/_3_3_2/metrics-v3d0.json        |  52 ++
 .../graphson/_3_3_2/monthday-v2d0-partial.json  |   4 +
 .../io/graphson/_3_3_2/monthday-v3d0.json       |   4 +
 .../_3_3_2/offsetdatetime-v2d0-partial.json     |   4 +
 .../io/graphson/_3_3_2/offsetdatetime-v3d0.json |   4 +
 .../_3_3_2/offsettime-v2d0-partial.json         |   4 +
 .../io/graphson/_3_3_2/offsettime-v3d0.json     |   4 +
 .../graphson/_3_3_2/operator-v2d0-partial.json  |   4 +
 .../io/graphson/_3_3_2/operator-v3d0.json       |   4 +
 .../io/graphson/_3_3_2/order-v2d0-partial.json  |   4 +
 .../io/graphson/_3_3_2/order-v3d0.json          |   4 +
 .../io/graphson/_3_3_2/p-v2d0-partial.json      |  10 +
 .../structure/io/graphson/_3_3_2/p-v3d0.json    |  10 +
 .../io/graphson/_3_3_2/pand-v2d0-partial.json   |  25 +
 .../structure/io/graphson/_3_3_2/pand-v3d0.json |  25 +
 .../structure/io/graphson/_3_3_2/path-v1d0.json |  62 ++
 .../io/graphson/_3_3_2/path-v2d0-no-types.json  |  13 +
 .../io/graphson/_3_3_2/path-v2d0-partial.json   |  34 +
 .../structure/io/graphson/_3_3_2/path-v3d0.json |  49 ++
 .../io/graphson/_3_3_2/period-v2d0-partial.json |   4 +
 .../io/graphson/_3_3_2/period-v3d0.json         |   4 +
 .../io/graphson/_3_3_2/pick-v2d0-partial.json   |   4 +
 .../structure/io/graphson/_3_3_2/pick-v3d0.json |   4 +
 .../io/graphson/_3_3_2/pop-v2d0-partial.json    |   4 +
 .../structure/io/graphson/_3_3_2/pop-v3d0.json  |   4 +
 .../io/graphson/_3_3_2/por-v2d0-partial.json    |  31 +
 .../structure/io/graphson/_3_3_2/por-v3d0.json  |  34 +
 .../io/graphson/_3_3_2/property-v1d0.json       |   4 +
 .../graphson/_3_3_2/property-v2d0-no-types.json |   4 +
 .../graphson/_3_3_2/property-v2d0-partial.json  |  10 +
 .../io/graphson/_3_3_2/property-v3d0.json       |  10 +
 .../graphson/_3_3_2/pwithin-v2d0-partial.json   |  10 +
 .../io/graphson/_3_3_2/pwithin-v3d0.json        |  13 +
 .../graphson/_3_3_2/pwithout-v2d0-partial.json  |  13 +
 .../io/graphson/_3_3_2/pwithout-v3d0.json       |  16 +
 .../io/graphson/_3_3_2/scope-v2d0-partial.json  |   4 +
 .../io/graphson/_3_3_2/scope-v3d0.json          |   4 +
 .../io/graphson/_3_3_2/sessionclose-v1d0.json   |   8 +
 .../_3_3_2/sessionclose-v2d0-no-types.json      |   8 +
 .../_3_3_2/sessionclose-v2d0-partial.json       |  11 +
 .../io/graphson/_3_3_2/sessionclose-v3d0.json   |  12 +
 .../io/graphson/_3_3_2/sessioneval-v1d0.json    |  13 +
 .../_3_3_2/sessioneval-v2d0-no-types.json       |  13 +
 .../_3_3_2/sessioneval-v2d0-partial.json        |  19 +
 .../io/graphson/_3_3_2/sessioneval-v3d0.json    |  18 +
 .../_3_3_2/sessionevalaliased-v1d0.json         |  16 +
 .../sessionevalaliased-v2d0-no-types.json       |  16 +
 .../_3_3_2/sessionevalaliased-v2d0-partial.json |  22 +
 .../_3_3_2/sessionevalaliased-v3d0.json         |  21 +
 .../graphson/_3_3_2/sessionlesseval-v1d0.json   |  12 +
 .../_3_3_2/sessionlesseval-v2d0-no-types.json   |  12 +
 .../_3_3_2/sessionlesseval-v2d0-partial.json    |  15 +
 .../graphson/_3_3_2/sessionlesseval-v3d0.json   |  15 +
 .../_3_3_2/sessionlessevalaliased-v1d0.json     |  15 +
 .../sessionlessevalaliased-v2d0-no-types.json   |  15 +
 .../sessionlessevalaliased-v2d0-partial.json    |  18 +
 .../_3_3_2/sessionlessevalaliased-v3d0.json     |  18 +
 .../structure/io/graphson/_3_3_2/set-v3d0.json  |   7 +
 .../io/graphson/_3_3_2/short-v2d0-partial.json  |   4 +
 .../io/graphson/_3_3_2/short-v3d0.json          |   4 +
 .../io/graphson/_3_3_2/standardresult-v1d0.json |  50 ++
 .../_3_3_2/standardresult-v2d0-partial.json     | 111 +++
 .../io/graphson/_3_3_2/standardresult-v3d0.json | 120 +++
 .../io/graphson/_3_3_2/t-v2d0-partial.json      |   4 +
 .../structure/io/graphson/_3_3_2/t-v3d0.json    |   4 +
 .../graphson/_3_3_2/timestamp-v2d0-partial.json |   4 +
 .../io/graphson/_3_3_2/timestamp-v3d0.json      |   4 +
 .../io/graphson/_3_3_2/tinkergraph-v1d0.json    | 313 +++++++
 .../_3_3_2/tinkergraph-v2d0-no-types.json       | 352 ++++++++
 .../_3_3_2/tinkergraph-v2d0-partial.json        | 829 +++++++++++++++++++
 .../io/graphson/_3_3_2/tinkergraph-v3d0.json    | 829 +++++++++++++++++++
 .../_3_3_2/traversalmetrics-v2d0-partial.json   | 114 +++
 .../graphson/_3_3_2/traversalmetrics-v3d0.json  | 109 +++
 .../graphson/_3_3_2/traverser-v2d0-partial.json | 109 +++
 .../io/graphson/_3_3_2/traverser-v3d0.json      | 109 +++
 .../io/graphson/_3_3_2/uuid-v2d0-no-types.json  |   1 +
 .../io/graphson/_3_3_2/uuid-v2d0-partial.json   |   4 +
 .../structure/io/graphson/_3_3_2/uuid-v3d0.json |   4 +
 .../io/graphson/_3_3_2/vertex-v1d0.json         |  39 +
 .../graphson/_3_3_2/vertex-v2d0-no-types.json   |  43 +
 .../io/graphson/_3_3_2/vertex-v2d0-partial.json | 100 +++
 .../io/graphson/_3_3_2/vertex-v3d0.json         | 100 +++
 .../io/graphson/_3_3_2/vertexproperty-v1d0.json |   5 +
 .../_3_3_2/vertexproperty-v2d0-no-types.json    |   5 +
 .../_3_3_2/vertexproperty-v2d0-partial.json     |  11 +
 .../io/graphson/_3_3_2/vertexproperty-v3d0.json |  11 +
 .../io/graphson/_3_3_2/year-v2d0-partial.json   |   4 +
 .../structure/io/graphson/_3_3_2/year-v3d0.json |   4 +
 .../graphson/_3_3_2/yearmonth-v2d0-partial.json |   4 +
 .../io/graphson/_3_3_2/yearmonth-v3d0.json      |   4 +
 .../_3_3_2/zoneddatetime-v2d0-partial.json      |   4 +
 .../io/graphson/_3_3_2/zoneddatetime-v3d0.json  |   4 +
 .../_3_3_2/zoneoffset-v2d0-partial.json         |   4 +
 .../io/graphson/_3_3_2/zoneoffset-v3d0.json     |   4 +
 .../_3_3_2/authenticationchallenge-v3d0.kryo    | Bin 0 -> 26 bytes
 .../_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 +
 .../io/gryo/_3_3_2/bigdecimal-v1d0.kryo         | Bin 0 -> 18 bytes
 .../io/gryo/_3_3_2/bigdecimal-v3d0.kryo         | Bin 0 -> 18 bytes
 .../io/gryo/_3_3_2/biginteger-v1d0.kryo         |   1 +
 .../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 +
 .../io/gryo/_3_3_2/bytebuffer-v1d0.kryo         | Bin 0 -> 23 bytes
 .../io/gryo/_3_3_2/bytebuffer-v3d0.kryo         | Bin 0 -> 23 bytes
 .../structure/io/gryo/_3_3_2/bytecode-v1d0.kryo | Bin 0 -> 43 bytes
 .../structure/io/gryo/_3_3_2/bytecode-v3d0.kryo | Bin 0 -> 43 bytes
 .../io/gryo/_3_3_2/cardinality-v1d0.kryo        |   1 +
 .../io/gryo/_3_3_2/cardinality-v3d0.kryo        |   1 +
 .../structure/io/gryo/_3_3_2/char-v1d0.kryo     | Bin 0 -> 2 bytes
 .../structure/io/gryo/_3_3_2/char-v3d0.kryo     | Bin 0 -> 2 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 +
 .../io/gryo/_3_3_2/direction-v1d0.kryo          |   1 +
 .../io/gryo/_3_3_2/direction-v3d0.kryo          |   1 +
 .../structure/io/gryo/_3_3_2/double-v1d0.kryo   | Bin 0 -> 8 bytes
 .../structure/io/gryo/_3_3_2/double-v3d0.kryo   | Bin 0 -> 8 bytes
 .../structure/io/gryo/_3_3_2/duration-v1d0.kryo | Bin 0 -> 9 bytes
 .../structure/io/gryo/_3_3_2/duration-v3d0.kryo | Bin 0 -> 9 bytes
 .../structure/io/gryo/_3_3_2/edge-v1d0.kryo     | Bin 0 -> 57 bytes
 .../structure/io/gryo/_3_3_2/edge-v3d0.kryo     | Bin 0 -> 39 bytes
 .../structure/io/gryo/_3_3_2/float-v1d0.kryo    | Bin 0 -> 4 bytes
 .../structure/io/gryo/_3_3_2/float-v3d0.kryo    | Bin 0 -> 4 bytes
 .../io/gryo/_3_3_2/inetaddress-v1d0.kryo        |   1 +
 .../io/gryo/_3_3_2/inetaddress-v3d0.kryo        |   1 +
 .../structure/io/gryo/_3_3_2/instant-v1d0.kryo  | Bin 0 -> 13 bytes
 .../structure/io/gryo/_3_3_2/instant-v3d0.kryo  | Bin 0 -> 13 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 0 -> 31 bytes
 .../structure/io/gryo/_3_3_2/lambda-v3d0.kryo   | Bin 0 -> 31 bytes
 .../io/gryo/_3_3_2/localdate-v1d0.kryo          | Bin 0 -> 9 bytes
 .../io/gryo/_3_3_2/localdate-v3d0.kryo          | Bin 0 -> 9 bytes
 .../io/gryo/_3_3_2/localdatetime-v1d0.kryo      | Bin 0 -> 29 bytes
 .../io/gryo/_3_3_2/localdatetime-v3d0.kryo      | Bin 0 -> 29 bytes
 .../io/gryo/_3_3_2/localtime-v1d0.kryo          | Bin 0 -> 9 bytes
 .../io/gryo/_3_3_2/localtime-v3d0.kryo          | Bin 0 -> 9 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 0 -> 193 bytes
 .../structure/io/gryo/_3_3_2/metrics-v3d0.kryo  | Bin 0 -> 184 bytes
 .../structure/io/gryo/_3_3_2/monthday-v1d0.kryo | Bin 0 -> 9 bytes
 .../structure/io/gryo/_3_3_2/monthday-v3d0.kryo | Bin 0 -> 9 bytes
 .../io/gryo/_3_3_2/offsetdatetime-v1d0.kryo     | Bin 0 -> 37 bytes
 .../io/gryo/_3_3_2/offsetdatetime-v3d0.kryo     | Bin 0 -> 37 bytes
 .../io/gryo/_3_3_2/offsettime-v1d0.kryo         | Bin 0 -> 17 bytes
 .../io/gryo/_3_3_2/offsettime-v3d0.kryo         | Bin 0 -> 17 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 +
 .../structure/io/gryo/_3_3_2/p-v1d0.kryo        | Bin 0 -> 6 bytes
 .../structure/io/gryo/_3_3_2/p-v3d0.kryo        | Bin 0 -> 6 bytes
 .../structure/io/gryo/_3_3_2/pand-v1d0.kryo     | Bin 0 -> 23 bytes
 .../structure/io/gryo/_3_3_2/pand-v3d0.kryo     | Bin 0 -> 23 bytes
 .../structure/io/gryo/_3_3_2/path-v1d0.kryo     | Bin 0 -> 50 bytes
 .../structure/io/gryo/_3_3_2/path-v3d0.kryo     | Bin 0 -> 50 bytes
 .../structure/io/gryo/_3_3_2/period-v1d0.kryo   | Bin 0 -> 13 bytes
 .../structure/io/gryo/_3_3_2/period-v3d0.kryo   | Bin 0 -> 13 bytes
 .../structure/io/gryo/_3_3_2/pick-v1d0.kryo     |   1 +
 .../structure/io/gryo/_3_3_2/pick-v3d0.kryo     |   1 +
 .../structure/io/gryo/_3_3_2/pop-v1d0.kryo      |   1 +
 .../structure/io/gryo/_3_3_2/pop-v3d0.kryo      |   1 +
 .../structure/io/gryo/_3_3_2/por-v1d0.kryo      | Bin 0 -> 35 bytes
 .../structure/io/gryo/_3_3_2/por-v3d0.kryo      | Bin 0 -> 35 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 0 -> 14 bytes
 .../structure/io/gryo/_3_3_2/pwithin-v3d0.kryo  | Bin 0 -> 14 bytes
 .../structure/io/gryo/_3_3_2/pwithout-v1d0.kryo | Bin 0 -> 17 bytes
 .../structure/io/gryo/_3_3_2/pwithout-v3d0.kryo | Bin 0 -> 17 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 +
 .../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 +
 .../_3_3_2/sessionlessevalaliased-v3d0.kryo     |   1 +
 .../structure/io/gryo/_3_3_2/short-v1d0.kryo    | Bin 0 -> 2 bytes
 .../structure/io/gryo/_3_3_2/short-v3d0.kryo    | Bin 0 -> 2 bytes
 .../io/gryo/_3_3_2/standardresult-v3d0.kryo     | Bin 0 -> 229 bytes
 .../io/gryo/_3_3_2/stargraph-v1d0.kryo          | Bin 0 -> 247 bytes
 .../io/gryo/_3_3_2/stargraph-v3d0.kryo          | Bin 0 -> 247 bytes
 .../structure/io/gryo/_3_3_2/t-v1d0.kryo        |   1 +
 .../structure/io/gryo/_3_3_2/t-v3d0.kryo        |   1 +
 .../io/gryo/_3_3_2/timestamp-v1d0.kryo          |   1 +
 .../io/gryo/_3_3_2/timestamp-v3d0.kryo          |   1 +
 .../io/gryo/_3_3_2/tinkergraph-v1d0.kryo        | Bin 0 -> 1117 bytes
 .../io/gryo/_3_3_2/tinkergraph-v3d0.kryo        | Bin 0 -> 1117 bytes
 .../io/gryo/_3_3_2/traversalmetrics-v1d0.kryo   | Bin 0 -> 455 bytes
 .../io/gryo/_3_3_2/traversalmetrics-v3d0.kryo   | Bin 0 -> 308 bytes
 .../io/gryo/_3_3_2/traverser-v1d0.kryo          | Bin 0 -> 211 bytes
 .../io/gryo/_3_3_2/traverser-v3d0.kryo          | Bin 0 -> 210 bytes
 .../structure/io/gryo/_3_3_2/tree-v1d0.kryo     | Bin 0 -> 284 bytes
 .../structure/io/gryo/_3_3_2/tree-v3d0.kryo     | Bin 0 -> 277 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 0 -> 202 bytes
 .../structure/io/gryo/_3_3_2/vertex-v3d0.kryo   | Bin 0 -> 201 bytes
 .../io/gryo/_3_3_2/vertexproperty-v1d0.kryo     | Bin 0 -> 18 bytes
 .../io/gryo/_3_3_2/vertexproperty-v3d0.kryo     | Bin 0 -> 23 bytes
 .../structure/io/gryo/_3_3_2/year-v1d0.kryo     | Bin 0 -> 5 bytes
 .../structure/io/gryo/_3_3_2/year-v3d0.kryo     | Bin 0 -> 5 bytes
 .../io/gryo/_3_3_2/yearmonth-v1d0.kryo          | Bin 0 -> 9 bytes
 .../io/gryo/_3_3_2/yearmonth-v3d0.kryo          | Bin 0 -> 9 bytes
 .../io/gryo/_3_3_2/zoneddatetime-v1d0.kryo      | Bin 0 -> 38 bytes
 .../io/gryo/_3_3_2/zoneddatetime-v3d0.kryo      | Bin 0 -> 38 bytes
 .../io/gryo/_3_3_2/zoneoffset-v1d0.kryo         |   1 +
 .../io/gryo/_3_3_2/zoneoffset-v3d0.kryo         |   1 +
 297 files changed, 5165 insertions(+), 54 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/323bdadf/docs/src/dev/io/graphson.asciidoc
----------------------------------------------------------------------

Reply via email to