java - Can Gson produce XML? -


Is it possible to use the library to produce XML?

I know that XML is Gson. Is there a library that lets you go to the other side?

My motivation is that I have a complex application that needs to be sorted for both JSON and XML and I ideally want to use a serialization library.

I do not know whether the library can serial both on JSON and XML . But from the same model object, you can do this, eg As the XML -serializer and JSON -serializer and, if your application is quite complex for modular, then you should include the serialization layer.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -