OK, then I really misunderstood your suggestion. I tried your suggestion, but unfortunately it wasn't that easy as it would require a change to this line, too: ```cs _result.Add(d); ``` which doesn't work if `d` is of type `object`. We would need a cast to `T` here, but that would require more handling in case that `d` is not of type `T`. So, I prefer not to change this now and instead improve type safety of the deserialization in general some time later.
[ Full content available at: https://github.com/apache/tinkerpop/pull/1016 ] This message was relayed via gitbox.apache.org for [email protected]
