You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Florian Hockmann (Jira)" <ji...@apache.org> on 2021/11/10 10:56:00 UTC

[jira] [Created] (TINKERPOP-2646) Make .NET StreamExtensions public for GraphBinary

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)