What API should I use to convert Java object to CSV. Can I use google-gson for java object conversion to CSV format?
please give me your specific requirements about GSON.
Gson provides toJson() and fromJson() methods to convert Java objects to JSON and vice-versa.
can u refer this link. This link gives the list of API available under the GSON