This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch net-streaming
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 5a139ce78d added streaming deserialization in `gremlin-dotnet`, moved
minimal target to `.net8.0`
add 2f929bd27b rename `ResponseMessageSerializer` to `ResponseSerializer`,
remove unused `StatusAttributes` API
No new revisions were added by this update.
Summary of changes:
gremlin-dotnet/src/Gremlin.Net/Driver/ResultSet.cs | 12 +++---------
.../IO/GraphBinary4/GraphBinary4MessageSerializer.cs | 2 +-
...{ResponseMessageSerializer.cs => ResponseSerializer.cs} | 2 +-
.../Driver/GremlinClientTests.cs | 11 -----------
.../test/Gremlin.Net.UnitTest/Driver/ResultSetTests.cs | 9 ---------
...essageSerializerTests.cs => ResponseSerializerTests.cs} | 14 +++++++-------
.../IO/GraphBinary4/StreamingDeserializerRoundTripTests.cs | 10 +++++-----
7 files changed, 17 insertions(+), 43 deletions(-)
rename
gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphBinary4/{ResponseMessageSerializer.cs
=> ResponseSerializer.cs} (99%)
rename
gremlin-dotnet/test/Gremlin.Net.UnitTest/Structure/IO/GraphBinary4/{ResponseMessageSerializerTests.cs
=> ResponseSerializerTests.cs} (95%)