Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gson

How expensive is the new Gson() constructor in production?

gson: Add function result to an object created by toJson()

json gson

Implement parcelable interface using Gson

android gson parcelable

Android REST POST loses Date value

gson.toJson(object) BigDecimal Precision Lost

java gson json

Validating JSON using GSON in java

java json gson

Using square retrofit library to make http requests

TypeToken usage mandatory?

java json gson

Gson ignore unknown enum value

java gson

Parsing json file with gson

android json gson

Is it possible to deserialize JSON property names with periods as a nested object using GSON?

java gson

Gson, ClassCastException with Generics

How can you get a list of unrecognized JSON fields in Gson like Jackson's @JsonAnySetter?

java android json jackson gson

let Gson throw exceptions on wrong types

java json gson type-safety

Force GSON to use specific constructor

Deserialize with gson and null values

android gson

Strange "nameValuePairs" key appear when using Gson

java android json gson

How do I use the Gson converter in RetroFit?

java android gson retrofit

How to serialize and deserialize Java 8's java.time types with Gson? [closed]