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
Post a Comment