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 -

php - Could not open input file: yii -