using System; namespace LooseDBTables; [Serializable] public class Table { public T[] records; }