tDotNETRow - how do I process List<T> returned from method call?
I have a simple .NET library that returns a List<T>, where T is an class with two properties, an int and a string. Very simple. My job runs fine and I an object is returned, but I don't know how to convert this object into a Java ArrayList (I assume this is the equivalent to a List<T>) and process each item in the list. Attached is a picture of the job and the return value.