Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gson

GSON: Remove unnecessary parent object while deserializing

Why is JSON document not fully consumed?

JSON feed to Java Object

json javabeans gson

How to do custom serialization/deserialization using JACKSON?

java jackson gson

Jackson JSON Parser performance

How to preserve data types of a particular key in JSON Object using GSON?

java json string gson

Gson.fromJson not failing if some fields are not given even though marked as @NonNull

java gson lombok

Self circular reference in Gson

Custom Converter for Retrofit

Gson deserialization: How to distinguish between fields that are missing and fields that are explicitly set to null?

java json serialization gson

How to receive JSON object in Ktor?

kotlin gson ktor

GSON Deserialization of subtypes in Kotlin

kotlin gson deserialization

How to properly handle important unchecked exceptions

How do I make nested JSON Objects using Gson?

java json gson

Gson serialization: exclude SOME fields if null but not all of them

java gson

Same field has two different types gives trouble with Gson converter for Retrofit 2

android gson retrofit2

How to register an InstanceCreator with Gson in Kotlin?

java json kotlin gson

Is it possible in Room to ignore a field on a basic update

android gson android-room

Issue with parse json to java object using gson

java gwt gson

GSON avoid the JsonSyntaxException return the partial mapping

java android json parsing gson