How would you go about exporting a database row, store it as a file and import it in another db from code in a somewhat robust way that allows for database structure changes from VDF code? I tried using the database API to collect field names/values in a String[][]. I would be happy if I could store this array in binary format, transfer it and reread it I think but is such a thing possible? How would you do this?