简体   繁体   中英

Serializing / Deserializing Java classes to and from JSON

I'm new to Java EE development although I've been doing Android development for years. In Android I use Google Gson to serialize or deserialize Java classes. Is this the most popular way of doing this for Java EE development or should I be looking at some other API that is more suitable for this platform?

Gson is good library for Java EE.

We use gson on production environment without problems.

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