I have a complex XML object that is constructed in Flex. I would like to store this in mySQL whole in a single field and then retrieve and display the data at a later time in my Flex app. What I would like to avoid is parsing and reconstructing the XML in order to display it again in Flex.
Any suggestions or points on how to handle this.......

