Hi all, I have a non objectscript application connecting to a cache instance via ODBC and one column is a list of serial objects. The output from the query contains a lot of special characters and I'm hoping there's a better way to get this data back so I won't have to perform extensive parsing on the application side. I've tried using the $ListToString() function, but that didn't help much, probably because the list contains complex objects rather than primitives.  Any help will be greatly appreciated!