I'm a newbie to LLBLGen Pro and have been asked to take client data
(a subset of numerous inter-related collections) and via C# "export" it to a file before its
purged from the database and then be able to 'import' that file back into the appropriate entities and collections at a later date. I see that there is support for WriteXML/ReadXML but they don't want it in XML....they want it preferably in a binary stream so its unreadable.
Any suggestions? We're using v2.0.
Thanks for any input.