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