Convert java Object to CSV

后端 未结 4 1481
生来不讨喜
生来不讨喜 2021-02-20 11:46

What API should I use to convert Java object to CSV. Can I use google-gson for java object conversion to CSV format?

4条回答
  •  孤独总比滥情好
    2021-02-20 12:51

    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

提交回复
热议问题