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

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -