It would be nice to have a serialiser for records without having it modeled inside the DataObj. Similar to the Object serialiser you have with cDataTypeObject, which does not copy the data into the DataObj but instead serialises it directly.
Any plans or pointers ?
I have tried something with a TValue, but unfortunately the serialising is all wrong. Have tried the same with the cDataTypeObject, but it also fails when trying to serialise a generic data type.