Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gson

How to handle different data types with same attribute name with Gson?

could the POJO used for Gson reused for the class used with Room

android android-room gson

GSON: How to get a case insensitive element from Json?

Should GSON be declared as static final?

Deserializing ImmutableList using Gson

java adapter immutability gson

Lower case enum Gson

java json gson

Serializing a mock throws exception

java unit-testing gson mockito

Read Multiple Objects JSON with Java

java json gson

Convert Java objects to JSON strings using gson

java gson

Gson: parameter get serialised even though it has @Expose(serialize = false)

java json gson

Make GSON accept single objects where it expects arrays

java json gson

Custom JSON deserializer using Gson

java json parsing gson

adding an object using a custom typeadapter, jsonwriter in gson

java json gson

Adding an existing json string with Gson

java json gson

GSON throws exception parsing empty Date field

java json gson

Retrofit map json variable to keyword

android gson retrofit

How to use gson to convert json to arraylist if the list contain different class?

java json arraylist gson

Instantiate child object with params from parent object being deserialized with GSON and use generics?

java android generics gson

Android - Inheritance and abstract classes in GSon + RetroFit

Gson fromJson() returns object with null attrubutes