Home › Forums › Support › "Timeout occurred after 1000ms waiting for response packet of type 'Data Table'" › Reply To: "Timeout occurred after 1000ms waiting for response packet of type 'Data Table'"
June 25, 2013 at 11:27
#943
Anonymous
Inactive
Yea, 1D arrays (and I believe jagged arrays providing they are in a wrapper class) are not a problem. Multidimensional arrays however can’t be serialised, you need to break them down using the link I gave. Converting a multidimensional to a jagged array and back again is relatively straight forward. Before you do that just ensure jagged arrays in a wrapper class do indeed work.
Marc