How can I convert any record
type to a single String
and back? Perhaps load the record into a stream and read it as a String? The records I\'m usin
You can serialize your record using the RTTI, from here you can use XML, JSON or other format to persist the record data.
If you don't want write your own method to serialize the records try these alternatives.