To clarify, I meant using something like this:
```c#
IEnumerable receivedData = typeof(T) == typeof(JToken)
? new[] {received.Result.Data}
: (IEnumerable) _graphSONReader.ToObject(received.Result.Data);
```To avoid making the calls from below "dynamic". In any case, it's a suggestion, it's ok otherwise. [ Full content available at: https://github.com/apache/tinkerpop/pull/1016 ] This message was relayed via gitbox.apache.org for [email protected]
