I want to make a simple persistence data structure about arraylist, this is what I am thinking:
public class LinkedList { public T element;