using System.Collections.Generic; public class SerializableList { public List list = new List(); }