[ 
https://issues.apache.org/jira/browse/TINKERPOP-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079065#comment-17079065
 ] 

ASF GitHub Bot commented on TINKERPOP-2349:
-------------------------------------------

FlorianHockmann commented on pull request #1273: TINKERPOP-2349 Migrate JSON 
serialization to System.Text.Json in Gremlin.NET
URL: https://github.com/apache/tinkerpop/pull/1273
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Switch from Newtonsoft.Json to System.Text.Json
> -----------------------------------------------
>
>                 Key: TINKERPOP-2349
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2349
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: dotnet
>    Affects Versions: 3.5.0
>            Reporter: Florian Hockmann
>            Assignee: Florian Hockmann
>            Priority: Major
>              Labels: breaking
>
> .NET Core 3.0 [came with a new built-in JSON serialization 
> library|https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-apis/]
>  _System.Text.Json_ which probably becomes the standard JSON library for 
> .NET. It offers a better performance while allocating less memory compared to 
> Newtonsoft.Json because it is using new technologies such as {{Span<T>}}.
> For users of .NET Core 3.x this also has the nice benefit that the JSON 
> implementation is directly included in the .NET Core framework which solves 
> possible version conflicts.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to