Java Reflection Library Pt. 2, Generic JSON Class Serializer
This is the second part to my Java Reflection Library series. In this post I will discuss how to get information about arrays and then use this as well as the information from part 1 of this series to create a generic class json serializer. Basically I want to be Read more…