How to build a item class
We first need to create a serializable class above our current class.

Once this is complete, in our Arrays class, let’s create a array that pulls from the class Item. Let’s also fill them out. This allows us to make slightly more complex arrays.


Now I can sort through these using a foreach loop.

