commit | 4993f52a496023a5e7be0f0ce262476435c557f7 | [log] [tgz] |
---|---|---|
author | Stephen Mallette <stepmall@amazon.com> | Thu Jul 13 14:44:42 2023 -0400 |
committer | Stephen Mallette <stepmall@amazon.com> | Tue Jul 18 11:07:35 2023 -0400 |
tree | 3e91e91a73d3444e15c2acc5cf13c943d4dd21c5 | |
parent | 541e2c145ac4958b78a0184c667f526214019bc5 [diff] |
TINKERPOP-2967 Added untyped GraphSON 3.0 Essentialy exposes untyped GraphSON 3.0 which is basically the untyped GraphSON 1.0. Had to refactor the GraphSONModule slightly to handle this by passing TypeInfo through it to the serializers which needed to know whether they were serializing that way or not.