I have the following:
public class Building implements Serializable { int buildingID; String buildingName; List personList; ... } c