hello, I have a question with data classes, can I ...
# getting-started
a
hello, I have a question with data classes, can I use them in standard java libraries for deserialise as pojos, like jakson from fasterxml?
a
alvico: Yup, you can use. It works well out of the box without any issue. works with google’s gson too
a
ok I'll try, thanks
do you know if gson can parse xml, too?
a
gson is specifically for json parsing
You’ll have to use some other library to parse xml
r
Jackson does both