I have one object with one of the property which is collection of "InterfaceA".
The cypher query generated with Readify gives me expected result in neo4j browser tool. But C# code fails to desearlize the response since it fails to recognize to which object type the collection should be desearlized.
How to achieve this ?
答案 0 :(得分:0)
找到同样的解决方案。 一个人需要使用转换器 -
client.JsonConverters.Add(new CustomJsonConverter());