Top "Gson" questions

Gson is Google's open-source library for serializing and deserializing Java objects to/from JSON.

Convert Guava HashMultimap to json

I want to print HashMultiMap as json. HashMultimap<String,Object> multimap = HashMultimap.create(); multimap.put("a",Obj1); multimap.…

json gson guava multimap
Java : Replace \" with " and \/ with /

I'm creating json string to send to the server. I use GSon to generate json string. Because my server doesn't …

java regex json gson replaceall
Android: convert Parcelable to JSON

I am working with socket.io library which emits messages to the socket.io server. The server expects JSON objects, …

android json gson parcelable parceler
Android Retrofit 2 multiple converters (Gson & SimpleXML) error

In my project (I am using Dagger 2, Retrofit 2 & OkHTTP, RxAndroid) i have 2 different API calls. From one I receive …

android gson retrofit2 dagger-2 simple-xml-converter
springfox(swagger2) does not work with GsonHttpMessageConverterConfig

What I am trying to build is a spring-boot (v1.2.3) application and expose my Rest API with SpringFox(swagger2) v2.0.0 …

spring-boot gson swagger springfox
What is the fastest way to parse a JSON string into an SQLite table?

I'm writing an Android application which will occasionally need to download a json string of around 1MB and containing around 1000 …

android json sqlite gson sqliteopenhelper