简体   繁体   中英

How to serialize/deserialize java object to/from javax.JSON

Since Java 7 there has been a JSON standard.

Is there a simple or standard solution for serializing Java objects to JSON and back again?

You could try Gson . It's very simple and easy to use.

您可以使用jaxb批注。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM