We’ve got a huge data object structure, containing a lot of properties that are actually arrays. Now, we need to stream the data to an XML document.
For that, we thought to use the NativeXML component to stream. It uses the same mechanism that’s also used for TComponent streaming. This works fairly nicely, except that it doesn’t stream the indexed properties.
Is there a way to do this anyway, or are there components that are capable of doing this?