I was looking on the web for a super small and simple class to serialize and deserialize an Object in java.
I needed that to clone/copy an object, but couldn’t find something. I found some bloated librarys, but those were way to heavy for me.
Therefore i made a small class and want to share it with you