Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gson

Error casting TypeToken to Type when deserializing with gson

How to use `filter` on Map instance in Kotlin?

Exclude a Kotlin data class property/field from serialization/deserialization using gson

kotlin gson retrofit2

Android: Attempted to serialize ... Forgot to register a type adapter?"

android json gson

GSON to deserialise array of name/value pairs

java gson

Using Gson to parse Json array and object with no name

java android json gson

Upload multipart image data in JSON with Retrofit?

Using Gson with a path

java json gson jsonpath

Kotlin Gson Deserializing

android kotlin gson

How can I use GSON to parse and place into a list of objects?

java gson

Serializing a SparseArray<T> with GSON

GSON: .isJsonNull() question

json null gson

Configure Gson in Spring before using GsonHttpMessageConverter

spring spring-mvc gson

Gson deserialize interface to its Class implementation

java android gson retrofit2

gson - How to include class name property when serializing object of any type

java json gson

gson fails to parse using GsonBuilder.setDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ")

How do I get differences between two json objects using GSON?

java android json gson

Excluding certain fields from Serialization based on value in GSON

java json serialization gson

retrofit 2 - how to pass a POST json object

android gson

In Gson, how do I add a JsonArray to a JsonObject?

java json gson