I have an arraylist which has a list of structures stored in it
Now i need to store these structures in a database, where each structure has its own line.

public struct BackupSpecEntry
{
...