I have a C++ application that subscribe to other data, convert some of the fields to EMA data field and post to TRCC. I added those fields to a FieldList.
I want to print out the fields in the Fieldlist for sanity check on how the conversion works and keep a record of what is posted to TRCC. But if I run FieldList::toString() or other get functions, it complains that "Decoding of just encoded object in the same application is not supported". Is there an easier way to do decoding in the same application?