DotNet4Neo4j / Neo4jClient

.NET client binding for Neo4j
https://www.nuget.org/packages/Neo4jClient
Microsoft Public License
428 stars 146 forks source link

StatementResultHelper.ToString should use JsonSettings when serializing objects #432

Closed andrew-ubco closed 2 years ago

andrew-ubco commented 2 years ago

This PR is to fix issue #431: - Modified StatementResultHelper.ToString to pass JsonSettings to JsonConvert.SerializeObject (so it uses the configured JsonContractResolver)

This doesn't actually fix the issue - investigating further...