Florian Hockmann created TINKERPOP-2646:
-------------------------------------------
Summary: Make .NET StreamExtensions public for GraphBinary
Key: TINKERPOP-2646
URL: https://issues.apache.org/jira/browse/TINKERPOP-2646
Project: TinkerPop
Issue Type: Improvement
Components: dotnet
Affects Versions: 3.5.1
Reporter: Florian Hockmann
We added some extensions methods to the {{Stream}} class which are useful to
implement GraphBinary serializers as that requires a lot of writing and reading
of various types to streams:
[https://github.com/apache/tinkerpop/blob/master/gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphBinary/StreamExtensions.cs]
We should make these extensions public to make them accessible for users and
driver providers for their own custom GraphBinary types.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)