Merge branch 'tp33'
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1a7d50ee Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1a7d50ee Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1a7d50ee Branch: refs/heads/TINKERPOP-1342 Commit: 1a7d50eea6790e6c0298eef750ba1c3b54165e0b Parents: 0be7864 25ae755 Author: Florian Hockmann <[email protected]> Authored: Mon Aug 13 19:30:07 2018 +0200 Committer: Florian Hockmann <[email protected]> Committed: Mon Aug 13 19:30:07 2018 +0200 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + gremlin-dotnet/glv/Gremlin.Net.csproj.template | 3 +- .../src/Gremlin.Net/Gremlin.Net.csproj | 3 +- .../IO/GraphSON/BigIntegerDeserializer.cs | 38 +++++++ .../IO/GraphSON/BigIntegerSerializer.cs | 37 +++++++ .../IO/GraphSON/ByteBufferDeserializer.cs | 36 +++++++ .../IO/GraphSON/ByteBufferSerializer.cs | 36 +++++++ .../Structure/IO/GraphSON/ByteConverter.cs | 33 ++++++ .../Structure/IO/GraphSON/CharConverter.cs | 34 ++++++ .../Structure/IO/GraphSON/DateDeserializer.cs | 38 +++++++ .../Structure/IO/GraphSON/DateSerializer.cs | 9 +- .../IO/GraphSON/DurationDeserializer.cs | 37 +++++++ .../Structure/IO/GraphSON/DurationSerializer.cs | 38 +++++++ .../Structure/IO/GraphSON/GraphSONReader.cs | 14 ++- .../Structure/IO/GraphSON/GraphSONWriter.cs | 13 ++- .../Structure/IO/GraphSON/Int16Converter.cs | 34 ++++++ .../Gremlin.Net.UnitTest.csproj | 1 + .../IO/GraphSON/GraphSONReaderTests.cs | 108 +++++++++++++++++++ .../IO/GraphSON/GraphSONWriterTests.cs | 65 +++++++++++ 19 files changed, 563 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1a7d50ee/CHANGELOG.asciidoc ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1a7d50ee/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1a7d50ee/gremlin-dotnet/test/Gremlin.Net.UnitTest/Structure/IO/GraphSON/GraphSONReaderTests.cs ----------------------------------------------------------------------
