Hello Everyone
I was programming something, where I used a UDT with arrays in it. I used to save that just by saving the UDT as binary. Now I want to replace the arrays through collections.
Does anyone know of some good ways to save out of classes, and just as important to load it again??

Thanks