java - Create a service class or not for gson data processing -


we using google gson process json data.should use of service class or getting new gson().tojson(objectreference);and new gson().fromjson(jsonstring, klass.class); inside methods

if gson heavyweight object objectmapper in jackson api need create service?

thanks in advanced


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -