ExRam.Gremlinq icon indicating copy to clipboard operation
ExRam.Gremlinq copied to clipboard

Newtonsoft PropertyName Attribute Support

Open davemanton opened this issue 1 year ago • 2 comments

Does Gremlinq support use of Newtonsoft PropertyName attributes?

I'm using CosmosDb with the AspNet nuget packages on the latest version 11

I can't find anything in the samples or documentation and when I attempt to create a simple Vertex it appears to ignore the property names I've defined in the Newtonsoft attributes. This means when I the object is viewed in the Cosmos Graph viewer a property name would be "Value" instead of the defined "value"

davemanton avatar Sep 14 '23 19:09 davemanton

Attempting to do the same. But unsuccessful so far.

Created a sample Git Repo with latest version 12.0.0-preview.1077 found below:

What I need is to use my own serialization / deserialization logic instead of relying on NewtonSoft:

rrmistry avatar Nov 09 '23 05:11 rrmistry

There is no support for Newtonsoft attributes. This might help though.

danielcweber avatar Apr 29 '24 19:04 danielcweber