MichaelJCompton / GraphSchemaClients

C# Client libraries for GraphQL and GraphSchema
Other
1 stars 0 forks source link

Serialization #1

Closed MichaelJCompton closed 5 years ago

MichaelJCompton commented 5 years ago

I think I can give a max depth to json.net, using something like

https://stackoverflow.com/questions/10453127/how-to-serialize-or-deserialize-a-json-object-to-a-certain-depth-in-c

that would be nice, because then it would respect NamingStrategyType, StringEnumConverter, JsonProperty(PropertyName ...), etc on the models

MichaelJCompton commented 5 years ago

Don't think the above helps, but this should use the json attributes for names, capitalisation, etc.