Collections "exported/imported" to file

Posts   
 
    
Shari
User
Posts: 1
Joined: 10-Sep-2007
# Posted on: 10-Sep-2007 07:27:02   

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.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 10-Sep-2007 10:51:30   

Entities implement the ISerializable, and they cna be binary serialized.